ooknet/modules/home/workstation/hyprland/settings/gestures.nix

6 lines
128 B
Nix

{
wayland.windowManager.hyprland.settings.gestures = {
workspace_swipe = true;
workspace_swipe_forever = true;
};
}