diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/desktops/hyprland/binds.nix | 2 | ||||
-rw-r--r-- | home/desktops/hyprland/plugins.nix | 2 | ||||
-rw-r--r-- | home/desktops/hyprland/settings.nix | 9 |
3 files changed, 5 insertions, 8 deletions
diff --git a/home/desktops/hyprland/binds.nix b/home/desktops/hyprland/binds.nix index 94e0f39..edd7d44 100644 --- a/home/desktops/hyprland/binds.nix +++ b/home/desktops/hyprland/binds.nix @@ -14,7 +14,7 @@ # Misc "$mod SHIFT, L, exit" - "$mod, tab, hyprexpo:expo, toggle" + #"$mod, tab, hyprexpo:expo, toggle" # Window operations diff --git a/home/desktops/hyprland/plugins.nix b/home/desktops/hyprland/plugins.nix index 0440e12..6d43693 100644 --- a/home/desktops/hyprland/plugins.nix +++ b/home/desktops/hyprland/plugins.nix @@ -6,7 +6,7 @@ }: { wayland.windowManager.hyprland = { plugins = [ - inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo + #inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo inputs.hy3.packages.${pkgs.system}.hy3 ]; diff --git a/home/desktops/hyprland/settings.nix b/home/desktops/hyprland/settings.nix index daaf749..a82b6db 100644 --- a/home/desktops/hyprland/settings.nix +++ b/home/desktops/hyprland/settings.nix @@ -39,12 +39,9 @@ }; # Gestures - gestures = { - workspace_swipe = true; - workspace_swipe_fingers = 3; - workspace_swipe_forever = true; - workspace_swipe_cancel_ratio = 0.15; - }; + gesture = [ + "3, horizontal, workspace" + ]; # Decoration decoration = { |