diff --git a/dotfiles/bspwm/sxhkdrc b/dotfiles/bspwm/sxhkdrc index 6947554..8b53257 100644 --- a/dotfiles/bspwm/sxhkdrc +++ b/dotfiles/bspwm/sxhkdrc @@ -31,7 +31,7 @@ super + shift + p super + shift + e QUIT=$(printf "No\nYes" | dmenu -i -p "Are you sure u want to kill $MANAGER?") if test "$QUIT" == "Yes" ; then - killall $MANAGER + pkill bspwm fi # close and kill