Makes a swipe from the left run the launcher shell script
This commit is contained in:
parent
48e59162d8
commit
376091d77b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue