Makes a swipe from the left run the launcher shell script

This commit is contained in:
Jonathan Hodgson 2021-02-07 20:57:12 +00:00
parent 48e59162d8
commit 376091d77b

View file

@ -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" },
};