From b2915bdd90595106f7e2fad55820a565ebfb3f71 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Fri, 10 Apr 2026 17:30:38 +0200 Subject: [PATCH] Modules/Niri: Open zotero on workspace 3 instead of 2 --- home/homemodules/niri/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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";