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:
parent
db0dd2450c
commit
bbc5c72275
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue