i3: use $mediaplayer if possible

This commit is contained in:
Vincent Bernat 2021-07-07 21:51:07 +02:00
parent d99f158654
commit 14342c25b3

2
config
View file

@ -168,5 +168,5 @@ exec_always --no-startup-id systemctl --user start --no-block i3-session.target
exec --no-startup-id i3-msg "\
workspace number 1; append_layout ~/.config/i3/ws-emacs.json; exec emacs; exec $term; exec $term; \
workspace number 2; append_layout ~/.config/i3/ws-firefox.json; exec firefox; \
workspace number 3; exec spotify; \
workspace number 3; exec $mediaplayer; \
workspace number 1"