Clayton Craft
355f68652e
sxmo_lisgdstart: log output to file
...
Useful when identifying/debugging lisgd crashes, and other strange behavior.
The log location is the same place where dwm logs to, so this seemed
appropriate.
Signed-off-by: Anjandev Momi <anjan@momi.ca>
4 years ago
Maarten van Gompel
21379b7914
Renamed sxmo_gesturehandler.sh to sxmo_inputhandler.sh (after Sam Bowly's patches), renamed gesture hook to inputhandler hook. Removed hotcorner script and powerbutton scripts and their hooks (now all handled by inputhandler and its hook).
4 years ago
Maarten van Gompel
8959fa50ac
fixed top right hotcorner #229
4 years ago
Maarten van Gompel
2188ed15ea
forward parameters to lisgdstart hook (as suggeested by ~dinkocar in #222 )
4 years ago
Maarten van Gompel
20a8236c28
Implemented environment variables to set the lisgd threshold (requires latest lisgd)
4 years ago
Maarten van Gompel
462c0e58d5
also use new hold-pressed swipes for brightness and volume controls (top respective left edge)
4 years ago
Maarten van Gompel
a4f2c55af5
increasing gesture sensitivity (smaller distance threshold)
4 years ago
Maarten van Gompel
55f473389c
Implemented scroll gesture using new lisgd "pressed" action mode
4 years ago
Maarten van Gompel
1145abb014
use 2-finger swipe down to close window, 3 to kill window
4 years ago
Maarten van Gompel
295af30993
various scripts were not sourcing the common include script yet (noted by mrrabbit1155)
4 years ago
Maarten van Gompel
7fb7cd70f3
various indentation fixes (spaces to tabs and stripping trailing whitespace)
4 years ago
Maarten van Gompel
e8e4c77a51
swapped the two move-window-to-next-desktop gestures, the direction of the swipe is now the direction of movement (makes more sense imho)
...
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
4 years ago
Maarten van Gompel
6448587eb8
complete revision of gestures, using new edge system
...
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
4 years ago
Maarten van Gompel
ace9960926
Made choice for virtual keyboard configurable through the $KEYBOARD environment variable.
...
This implements what was suggested in the discussion regarding the svkbd
patch, it makes the choice of virtual keyboard configurable using the
$KEYBOARD variable, rather than hard-coding it.
4 years ago
Miles Alan
cef4de2af0
Use "$@" for expansion calls rather than manually listing argument numbers
4 years ago
Miles Alan
b80ce9e872
Disable ligsd 1 finger gestures while using foxtrotgps
4 years ago
Miles Alan
60963cd20c
Start lisgd via a script instead of directly so changing gestures is simpler
4 years ago