check if drive client is running
parent
69951f86e5
commit
74d9e04f71
|
@ -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 &
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue