use 2-finger swipe down to close window, 3 to kill window

This commit is contained in:
Maarten van Gompel 2021-03-21 20:53:22 +01:00
parent db1c075973
commit 1145abb014
3 changed files with 10 additions and 2 deletions

View file

@ -89,6 +89,9 @@ if [ "$HANDLE" -ne 0 ]; then
"hidemenu")
pkill -9 dmenu
;;
"closewindow")
sxmo_killwindow.sh close
;;
"killwindow")
sxmo_killwindow.sh
;;