Experimenting with lisgd

master
Jonathan Hodgson 3 years ago
parent fca33f74ae
commit 48e59162d8
  1. 21
      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" },
};

Loading…
Cancel
Save