diff --git a/config.def.h b/config.def.h index 9aafaf2..38cbf90 100644 --- a/config.def.h +++ b/config.def.h @@ -44,4 +44,6 @@ Gesture gestures[] = { { 2, SwipeDU, EdgeBottom, DistanceShort, "pidof svkbd-colemak || pidof svkbd-numbers || svkbd-numbers &" }, { 1, SwipeUD, EdgeBottom, DistanceShort, "pkill -9 'svkbd-*'" }, { 2, SwipeUD, EdgeBottom, DistanceShort, "pkill -9 'svkbd-*'" }, + { 1, SwipeLR, EdgeBottom, DistanceShort, "xdotool key --clearmodifiers 'Super_L+Right'" }, + { 1, SwipeRL, EdgeBottom, DistanceShort, "xdotool key --clearmodifiers 'Super_L+Left'" }, };