diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index ec1e36cb..85c83128 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -2,7 +2,7 @@ wayland.windowManager.hyprland = { enable = true; plugins = with pkgs.hyprlandPlugins; [ - hyprbars + # hyprbars hyprexpo hy3 ]; @@ -24,6 +24,13 @@ ''; settings = { plugins = { + hyprexpo = { + gap_size = 8; + workspace_method = "center first"; + enable_gesture = true; + gesture_fingers = 3; + gesture_positive = false; + }; hyprbars = { bar_height = 25; bar_part_of_window = true;