diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index 96a06e8e..1311a899 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -26,7 +26,7 @@ plugin = { hyprexpo = { gap_size = 8; - workspace_method = "center first"; + workspace_method = "first 1"; enable_gesture = true; gesture_fingers = 3; gesture_positive = false; @@ -130,6 +130,7 @@ ]; bind = [ + ''SUPER, , hyprexpo:expo, toggle'' ''SUPER, Q, exec, kitty'' ''SUPER, C, killactive,'' ''SUPER, M, exit,''