diff --git a/hm_modules/libinput-gestures.nix b/hm_modules/libinput-gestures.nix index a8c844c..8a8c172 100644 --- a/hm_modules/libinput-gestures.nix +++ b/hm_modules/libinput-gestures.nix @@ -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 ''; }