From 48e59162d8c310ed7ef5675517f02ecb154c5e58 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sun, 7 Feb 2021 18:45:44 +0000 Subject: [PATCH] Experimenting with lisgd --- config.def.h | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/config.def.h b/config.def.h index 2e4d8a8..b76686f 100644 --- a/config.def.h +++ b/config.def.h @@ -23,14 +23,15 @@ char *device = "/dev/input/event1"; Gesture gestures[] = { /* nfingers gesturetype command */ - { 1, SwipeLR, EdgeAny, DistanceAny, "xdotool key --clearmodifiers Alt+Shift+e" }, - { 1, SwipeRL, EdgeAny, DistanceAny, "xdotool key --clearmodifiers Alt+Shift+r" }, - { 1, SwipeDLUR, EdgeAny, DistanceAny, "volume up" }, - { 1, SwipeURDL, EdgeAny, DistanceAny, "volume down" }, - { 1, SwipeDRUL, EdgeAny, DistanceAny, "brightness up" }, - { 1, SwipeULDR, EdgeAny, DistanceAny, "brightness down" }, - { 2, SwipeLR, EdgeAny, DistanceAny, "xdotool key --clearmodifiers Alt+e" }, - { 2, SwipeRL, EdgeAny, DistanceAny, "xdotool key --clearmodifiers Alt+r" }, - { 2, SwipeDU, EdgeAny, DistanceAny, "pidof onboard || onboard &" }, - { 2, SwipeUD, EdgeAny, DistanceAny, "pkill -9 onboard" }, + //{ 1, SwipeLR, EdgeAny, DistanceAny, "xdotool key --clearmodifiers Alt+Shift+e" }, + //{ 1, SwipeRL, EdgeAny, DistanceAny, "xdotool key --clearmodifiers Alt+Shift+r" }, + //{ 1, SwipeDLUR, EdgeAny, DistanceAny, "volume up" }, + //{ 1, SwipeURDL, EdgeAny, DistanceAny, "volume down" }, + // { 1, SwipeDRUL, EdgeAny, DistanceAny, "brightness up" }, + // { 1, SwipeULDR, EdgeAny, DistanceAny, "brightness down" }, + //{ 2, SwipeLR, EdgeAny, DistanceAny, "xdotool key --clearmodifiers Alt+e" }, + //{ 2, SwipeRL, EdgeAny, DistanceAny, "xdotool key --clearmodifiers Alt+r" }, + { 1, SwipeLR, EdgeLeft, DistanceShort, "rofi -show drun -modi drun -theme themes/launchpad.rasi" }, + { 2, SwipeDU, EdgeBottom, DistanceShort, "pidof onboard || onboard &" }, + { 2, SwipeUD, EdgeBottom, DistanceShort, "pkill -9 onboard" }, };