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.
master
Jonathan Hodgson 3 years ago
parent db0dd2450c
commit bbc5c72275
  1. 2
      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'" },
};

Loading…
Cancel
Save