fix for bottomleft corner lock gesture (#361)

Fixes https://todo.sr.ht/~mil/sxmo-tickets/361

Signed-off-by: Anjandev Momi <anjan@momi.ca>
This commit is contained in:
Maarten van Gompel 2021-09-10 23:07:46 +02:00 committed by Anjandev Momi
parent c831d26773
commit b857198eb0

View file

@ -289,7 +289,8 @@ case "$ACTION" in
exit 0 exit 0
;; ;;
"bottomleftcorner") "bottomleftcorner")
sxmo_dmenu.sh close && lock_screen sxmo_dmenu.sh close
lock_screen
exit 0 exit 0
;; ;;
"bottomrightcorner") "bottomrightcorner")