diff options
Diffstat (limited to 'accounts/gkleen@sif/niri/default.nix')
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 11 |
1 files changed, 8 insertions, 3 deletions
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 { | |||
304 | open-maximized = true; | 304 | open-maximized = true; |
305 | } | 305 | } |
306 | { | 306 | { |
307 | matches = [ { app-id = "^emacs$"; } ]; | 307 | matches = [ |
308 | { app-id = "^emacs$"; } | ||
309 | { app-id = "^firefox$"; } | ||
310 | ]; | ||
308 | default-column-width.proportion = 2. / 3.; | 311 | default-column-width.proportion = 2. / 3.; |
309 | } | 312 | } |
310 | { | 313 | { |
311 | matches = [ { app-id = "^kitty$"; } ]; | 314 | matches = [ |
315 | { app-id = "^kitty$"; } | ||
316 | { app-id = "^kitty-play$"; } | ||
317 | ]; | ||
312 | default-column-width.proportion = 1. / 3.; | 318 | default-column-width.proportion = 1. / 3.; |
313 | } | 319 | } |
314 | { | 320 | { |
@@ -341,7 +347,6 @@ in { | |||
341 | { | 347 | { |
342 | matches = [ { app-id = "^kitty-play$"; } ]; | 348 | matches = [ { app-id = "^kitty-play$"; } ]; |
343 | open-on-workspace = "vid"; | 349 | open-on-workspace = "vid"; |
344 | default-column-width.proportion = 1. / 3.; | ||
345 | open-focused = false; | 350 | open-focused = false; |
346 | } | 351 | } |
347 | # { | 352 | # { |