check if drive client is running

dev-docs
Moritz Böhme 2021-04-19 19:45:48 +02:00
parent 69951f86e5
commit 74d9e04f71
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ bspc config focus_follows_pointer true
# WINDOW RULES # # WINDOW RULES #
bspc rule -a Steam state=floating bspc rule -a Steam state=floating
bspc rule -a Zathura state=tiled bspc rule -a Zathura state=tiled
bspc rule -a Emacs state=tiled
# PROBLEMS WITH JAVA APPLICATIONS # # PROBLEMS WITH JAVA APPLICATIONS #
wmname LG3D wmname LG3D
@ -31,5 +32,5 @@ wmname LG3D
feh --bg-tile ~/Pictures/Wallpapers/avatar.png feh --bg-tile ~/Pictures/Wallpapers/avatar.png
kdeconnect-cli --refresh && kdeconnect-cli -l >/dev/null kdeconnect-cli --refresh && kdeconnect-cli -l >/dev/null
sh ~/.config/polybar/launch.sh & sh ~/.config/polybar/launch.sh &
synology-drive & [[ ! $(pidof -x cloud-drive-daemon) ]] && synology-drive &