|
@ -31,7 +31,7 @@ super + shift + p |
|
|
super + shift + e |
|
|
super + shift + e |
|
|
QUIT=$(printf "No\nYes" | dmenu -i -p "Are you sure u want to kill $MANAGER?") |
|
|
QUIT=$(printf "No\nYes" | dmenu -i -p "Are you sure u want to kill $MANAGER?") |
|
|
if test "$QUIT" == "Yes" ; then |
|
|
if test "$QUIT" == "Yes" ; then |
|
|
killall $MANAGER |
|
|
|
|
|
|
|
|
pkill bspwm |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# close and kill |
|
|
# close and kill |
|
|