1

Modules/Niri: Open zotero on workspace 3 instead of 2

This commit is contained in:
2026-04-10 17:30:38 +02:00
parent 49ef17ac33
commit b2915bdd90

View File

@ -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";