mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Start terminals spawned from Polybar interactions as floating
This commit is contained in:
parent
2332056fe2
commit
0e8517d395
@ -41,6 +41,9 @@ bspc config gapless_monocle true
|
||||
bspc rule -a "Syncthing GTK" state=floating
|
||||
bspc rule -a Gimp state=floating
|
||||
bspc rule -a wttr state=floating
|
||||
bspc rule -a neomutt state=floating
|
||||
bspc rule -a newsboat state=floating
|
||||
bspc rule -a updatearch state=floating
|
||||
bspc rule -a Spotify desktop='^4'
|
||||
bspc rule -a Spt desktop='^4'
|
||||
bspc rule -a Emacs state=tiled
|
||||
|
@ -389,7 +389,7 @@ type = custom/script
|
||||
|
||||
exec = sh ~/.local/share/polybar-scripts/polybar-scripts/updates-arch-combined/updates-arch-combined.sh | tr -d "\#\ "
|
||||
interval = 600
|
||||
click-left = setsid alacritty -e update-arch
|
||||
click-left = setsid alacritty --class=updatearch,updatearch -e update-arch
|
||||
format-prefix = " "
|
||||
|
||||
[module/player-mpris-tail]
|
||||
@ -411,14 +411,14 @@ click-left = ~/.config/polybar/bin/switch-bluetooth
|
||||
type = custom/script
|
||||
|
||||
exec = ~/.config/polybar/bin/rsscount
|
||||
click-left = setsid alacritty --class newsboat -e /usr/bin/newsboat
|
||||
click-left = setsid alacritty --class newsboat,newsboat -e /usr/bin/newsboat
|
||||
click-middle = setsid newsup
|
||||
|
||||
[module/mail]
|
||||
type = custom/script
|
||||
|
||||
exec = ~/.config/polybar/bin/mailcount
|
||||
click-left = setsid alacritty -e neomutt
|
||||
click-left = setsid alacritty --class neomutt,neomutt -e neomutt
|
||||
click-middle = mailsync &
|
||||
|
||||
[module/docker]
|
||||
|
Loading…
Reference in New Issue
Block a user