1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Start spotify-tui instead of Spotify

This commit is contained in:
Ryan Kes 2020-02-06 01:42:19 +01:00
parent b7d9499002
commit e3e87ee465

View File

@ -46,7 +46,7 @@ redshift-gtk &
nm-applet & nm-applet &
syncthing-gtk & syncthing-gtk &
gpodder & gpodder &
spotify & alacritty --class Spt,Spt -e spt &
# system lock # system lock
xss-lock -n ~/.local/bin/lock -- ~/.local/bin/lock & xss-lock -n ~/.local/bin/lock -- ~/.local/bin/lock &
@ -73,6 +73,7 @@ bspc rule -a "Syncthing GTK" state=floating
bspc rule -a Gimp state=floating bspc rule -a Gimp state=floating
bspc rule -a Gpodder desktop='^4' bspc rule -a Gpodder desktop='^4'
bspc rule -a Spotify desktop='^4' bspc rule -a Spotify desktop='^4'
bspc rule -a Spt desktop='^4'
bspc rule -a Emacs state=tiled bspc rule -a Emacs state=tiled
bspc rule -a Zathura state=tiled bspc rule -a Zathura state=tiled
bspc rule -a Brave-browser desktop='^9' bspc rule -a Brave-browser desktop='^9'