Libinput-gestures: add alt+tab gesture

This commit is contained in:
Filippo Berto 2023-06-28 10:53:02 +01:00
parent 40c2012d8d
commit e5b24370ae
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -20,5 +20,6 @@ in
xdg.configFile."libinput-gestures.conf".text = ''
gesture swipe left ${xdotool} key alt+Right
gesture swipe right ${xdotool} key alt+Left
gesture swipe up ${xdotool} key alt+Tab
'';
}