1

Compare commits

..

1 Commits

Author SHA1 Message Date
f61fc4778d Add TextCSV_XS perl plugin 2026-04-20 20:16:57 +02:00

View File

@ -619,7 +619,6 @@ in {
matches = [{app-id = "neovide";}];
open-on-workspace = "2";
open-maximized = true;
open-focused = true;
}
{
matches = [{app-id = "jetbrains-clion";}];
@ -632,21 +631,14 @@ in {
open-floating = true;
}
{
matches = [
{
app-id = "electron";
title = ".*Chriphost - Obsidian.*";
}
];
matches = [{app-id = "obsidian";}];
open-on-workspace = "3";
# open-maximized = true;
open-focused = true;
open-maximized = true;
}
{
matches = [{app-id = "Zotero";}];
open-on-workspace = "3";
# open-maximized = true;
open-focused = true;
open-maximized = true;
}
{
matches = [{app-id = "firefox";}];