Libinput-gestures: add alt+tab gesture
This commit is contained in:
parent
40c2012d8d
commit
e5b24370ae
1 changed files with 1 additions and 0 deletions
|
|
@ -20,5 +20,6 @@ in
|
||||||
xdg.configFile."libinput-gestures.conf".text = ''
|
xdg.configFile."libinput-gestures.conf".text = ''
|
||||||
gesture swipe left ${xdotool} key alt+Right
|
gesture swipe left ${xdotool} key alt+Right
|
||||||
gesture swipe right ${xdotool} key alt+Left
|
gesture swipe right ${xdotool} key alt+Left
|
||||||
|
gesture swipe up ${xdotool} key alt+Tab
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue