bspwm: Start sxhkd if WE don't have one currently going

whups
This commit is contained in:
Salt 2020-09-16 12:07:06 -05:00
parent 8f9ca5c675
commit 0cb9846e4b

View File

@ -5,7 +5,7 @@
#
## Start a hotkey daemon
pgrep sxhkd || sxhkd &
pgrep sxhkd -u "$UID" || sxhkd &
## Monitor allocation
# Honestly pretty complex