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:
parent
c831d26773
commit
b857198eb0
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue