From b34375c5a705b98853c6f481e6d1ee93e65934c9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 20 Jan 2025 08:14:40 +0100 Subject: ... --- accounts/gkleen@sif/niri/default.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'accounts/gkleen@sif/niri') diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index 9eb8169e..165eb5fa 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix @@ -304,11 +304,17 @@ in { open-maximized = true; } { - matches = [ { app-id = "^emacs$"; } ]; + matches = [ + { app-id = "^emacs$"; } + { app-id = "^firefox$"; } + ]; default-column-width.proportion = 2. / 3.; } { - matches = [ { app-id = "^kitty$"; } ]; + matches = [ + { app-id = "^kitty$"; } + { app-id = "^kitty-play$"; } + ]; default-column-width.proportion = 1. / 3.; } { @@ -341,7 +347,6 @@ in { { matches = [ { app-id = "^kitty-play$"; } ]; open-on-workspace = "vid"; - default-column-width.proportion = 1. / 3.; open-focused = false; } # { -- cgit v1.2.3