From 129c1e2f39a5c9693cf959e9310db680e2f2b861 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 21 Aug 2024 21:58:44 +0900 Subject: [PATCH] Update Hyprland --- home-manager/common/desktops/hyprland/components/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,''