Swipe left or right along the bottom edge changes tag

This is also dependent on a change in dwm that binds win+left or
win+right to the switch workspace action.
This commit is contained in:
Jonathan Hodgson 2021-04-05 09:24:47 +01:00
parent db0dd2450c
commit bbc5c72275

View file

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