From dbedb40ad25e7bb3399511cd42761e9cf4cb7e1c Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 13 Feb 2025 16:17:48 -0600 Subject: [PATCH] niri: disable open-on-workspace rules Signed-off-by: Myned --- options/custom/desktops/niri/rules.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/options/custom/desktops/niri/rules.nix b/options/custom/desktops/niri/rules.nix index be7aa58..c540ab8 100644 --- a/options/custom/desktops/niri/rules.nix +++ b/options/custom/desktops/niri/rules.nix @@ -60,7 +60,7 @@ in { ]; open-focused = false; - open-on-workspace = "1"; + #// open-on-workspace = "1"; } { @@ -83,7 +83,7 @@ in { then 0.4 else 0.7; - open-on-workspace = "2"; + #// open-on-workspace = "2"; } { @@ -108,7 +108,7 @@ in { {app-id = "^obsidian$";} ]; - open-on-workspace = "2"; + #// open-on-workspace = "2"; } { @@ -127,7 +127,7 @@ in { ]; default-column-width = {}; # Window-defined - open-on-workspace = "1"; + #// open-on-workspace = "1"; variable-refresh-rate = true; } @@ -144,7 +144,7 @@ in { {app-id = "^YouTube Music$";} ]; - open-on-workspace = "3"; + #// open-on-workspace = "3"; } { @@ -155,7 +155,7 @@ in { {app-id = "^ONLYOFFICE Desktop Editors$";} ]; - open-on-workspace = "2"; + #// open-on-workspace = "2"; } (let @@ -210,7 +210,7 @@ in { ]; open-floating = false; - open-on-workspace = "1"; + #// open-on-workspace = "1"; } ### Overrides