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