bspwm: Fix sxhkd cloning
I'm a dumbass I'm a dumbass~
This commit is contained in:
@@ -84,8 +84,11 @@ xset s off
|
||||
xrdbupdate
|
||||
|
||||
## SERVICES AND DAEMONS
|
||||
sxhkd & # Simple hotkey daemon
|
||||
feh --randomize --bg-fill ~/Pictures/Wallpapers/.active &
|
||||
if [[ $(pgrep sxhkd) ]]; then
|
||||
killall sxhkd
|
||||
fi
|
||||
sxhkd &
|
||||
if [[ $(pgrep polybar) ]]; then
|
||||
killall polybar
|
||||
fi
|
||||
|
Reference in New Issue
Block a user