From db8bdfb9c655343456fe9189239a4462a4ee164a Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 17 Feb 2026 17:46:32 +0530 Subject: [PATCH] chore(hyprland): modify workspace management setting --- modules/home/desktop/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index e8a01d3..8528d78 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -182,7 +182,7 @@ columns = 3; gap_size = 5; bg_col = "rgb(111111)"; - workspace_method = "center current"; + workspace_method = "first 1"; gesture_distance = 300; }; };