Unify window killing

This commit is contained in:
Stacy Harper 2021-05-20 14:02:45 +02:00
parent 88a5079072
commit 4df27b1e81
No known key found for this signature in database
GPG key ID: 5BAC92328B7C5D65

View file

@ -162,10 +162,10 @@ if [ "$HANDLE" -ne 0 ]; then
xdotool key --clearmodifiers Super+Return
;;
"voldown_three")
sxmo_blinkled.sh red && xdotool windowkill "$(xdotool getactivewindow)"
sxmo_blinkled.sh red && sxmo_killwindow.sh
;;
"voldown_four")
sxmo_blinkled.sh red & xdotool windowclose "$(xdotool getactivewindow)"
sxmo_blinkled.sh red & sxmo_killwindow.sh close
;;
"topleftcorner")
sxmo_appmenu.sh sys &