added gesture to close less/mless (swipe to left edge or left along bottom edge)
This commit is contained in:
parent
b87be17a64
commit
906226a4ed
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ if [ "$HANDLE" -ne 0 ]; then
|
||||||
xdotool key s
|
xdotool key s
|
||||||
HANDLE=0
|
HANDLE=0
|
||||||
fi
|
fi
|
||||||
|
elif echo "$WMNAME" | grep -i -E -w "(less|mless)"; then
|
||||||
|
if [ "$ACTION" = "back" ] || [ "$ACTION" = "scrollleft_short" ]; then
|
||||||
|
xdotool key q
|
||||||
|
HANDLE=0
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue