From 376091d77b936bbb16db96e18fbb8ba7e6725b47 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sun, 7 Feb 2021 20:57:12 +0000 Subject: [PATCH] Makes a swipe from the left run the launcher shell script --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index b76686f..800d5d1 100644 --- a/config.def.h +++ b/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" }, };