diff --git a/home/homemodules/niri/default.nix b/home/homemodules/niri/default.nix index bda4cbcb..21e9e9da 100644 --- a/home/homemodules/niri/default.nix +++ b/home/homemodules/niri/default.nix @@ -582,10 +582,6 @@ in { } # Rules for specific windows - { - matches = [{app-id = "Zotero";}]; - open-on-workspace = "2"; - } { matches = [{app-id = "neovide";}]; open-on-workspace = "2"; @@ -605,6 +601,10 @@ in { matches = [{app-id = "obsidian";}]; open-on-workspace = "3"; } + { + matches = [{app-id = "Zotero";}]; + open-on-workspace = "3"; + } { matches = [{app-id = "firefox";}]; open-on-workspace = "4";