Modules/Niri: Open zotero on workspace 3 instead of 2
This commit is contained in:
@ -582,10 +582,6 @@ in {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Rules for specific windows
|
# Rules for specific windows
|
||||||
{
|
|
||||||
matches = [{app-id = "Zotero";}];
|
|
||||||
open-on-workspace = "2";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
matches = [{app-id = "neovide";}];
|
matches = [{app-id = "neovide";}];
|
||||||
open-on-workspace = "2";
|
open-on-workspace = "2";
|
||||||
@ -605,6 +601,10 @@ in {
|
|||||||
matches = [{app-id = "obsidian";}];
|
matches = [{app-id = "obsidian";}];
|
||||||
open-on-workspace = "3";
|
open-on-workspace = "3";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
matches = [{app-id = "Zotero";}];
|
||||||
|
open-on-workspace = "3";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
matches = [{app-id = "firefox";}];
|
matches = [{app-id = "firefox";}];
|
||||||
open-on-workspace = "4";
|
open-on-workspace = "4";
|
||||||
|
|||||||
Reference in New Issue
Block a user