From e58601c3ada89aa0939da07a9f614599a2e4e2c4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 20 Jan 2025 08:10:14 +0100 Subject: ... --- accounts/gkleen@sif/niri/default.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'accounts/gkleen@sif/niri') diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index 3eae8198..d2719647 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix @@ -257,10 +257,12 @@ in { { matches = [ { app-id = "^com\.saivert\.pwvucontrol$"; } ]; open-on-workspace = "pwctl"; + open-maximized = true; } { matches = [ { app-id = "^\.blueman-manager-wrapped$"; } ]; open-on-workspace = "bmgr"; + open-maximized = true; } { matches = [ { app-id = "^org\.keepassxc\.KeePassXC$"; } ]; @@ -274,6 +276,7 @@ in { { title = ".*Passkey credentials$"; } ]; open-on-workspace = "kpxc"; + open-maximized = true; open-focused = false; } { @@ -287,10 +290,20 @@ in { { matches = [ { app-id = "^kitty-scratch$"; } ]; open-on-workspace = "term"; + open-maximized = true; } { matches = [ { title = "^scratch$"; app-id = "^emacs$"; } ]; open-on-workspace = "edit"; + open-maximized = true; + } + { + matches = [ { app-id = "^emacs$"; } ]; + default-column-width.proportion = 2. / 3.; + } + { + matches = [ { app-id = "^kitty$"; } ]; + default-column-width.proportion = 1. / 3.; } { matches = [ @@ -302,6 +315,8 @@ in { { matches = [ { app-id = "^firefox$"; } ]; open-on-workspace = "web"; + open-maximized = true; + variable-refresh-rate = true; } # { # matches = [ @@ -315,6 +330,7 @@ in { matches = [ { app-id = "^mpv$"; } ]; open-on-workspace = "vid"; default-column-width.proportion = 1.; + variable-refresh-rate = true; } { matches = [ { app-id = "^kitty-play$"; } ]; -- cgit v1.2.3