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

feat(bspwm): autostart gpodder instead of castero

This commit is contained in:
Ryan Kes 2021-01-20 21:39:49 +01:00
parent 89445ad96d
commit 4f7fad36d2

View File

@ -127,9 +127,9 @@ start_if_not_running iceweasel
start_if_not_running emacs start_if_not_running emacs
start_if_not_running element-desktop start_if_not_running element-desktop
start_if_not_running element-desktop-nightly start_if_not_running element-desktop-nightly
start_if_not_running gpodder
if [ "$SCREENCOUNT" -eq 2 ] if [ "$SCREENCOUNT" -eq 2 ]
start_shell_if_not_running castero
start_if_not_running slack start_if_not_running slack
end end