Browse Source

pkill

master
junikimm717 2 years ago
parent
commit
c23b8cf675
  1. 2
      dotfiles/bspwm/sxhkdrc

2
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

Loading…
Cancel
Save