From 87d9622b2d88d66fba8566ef3bceb6a5c11e341e Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 13 Sep 2023 17:01:30 +0200 Subject: [PATCH] feat(hyprland): keep focused in split workspaces --- modules/gui/hypr.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/hypr.nix b/modules/gui/hypr.nix index 5483d54..9eb0b8d 100644 --- a/modules/gui/hypr.nix +++ b/modules/gui/hypr.nix @@ -298,6 +298,7 @@ } split-monitor-workspaces { count = 10 + keep_focused = true } } '';