Makes a swipe from the left run the launcher shell script

master
Jonathan Hodgson 3 years ago
parent 48e59162d8
commit 376091d77b
  1. 2
      config.def.h

@ -31,7 +31,7 @@ Gesture gestures[] = {
// { 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" },
{ 1, SwipeLR, EdgeLeft, DistanceShort, "launcher" },
{ 2, SwipeDU, EdgeBottom, DistanceShort, "pidof onboard || onboard &" },
{ 2, SwipeUD, EdgeBottom, DistanceShort, "pkill -9 onboard" },
};

Loading…
Cancel
Save