diff options
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 16 |
1 files changed, 16 insertions, 0 deletions
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 { | |||
257 | { | 257 | { |
258 | matches = [ { app-id = "^com\.saivert\.pwvucontrol$"; } ]; | 258 | matches = [ { app-id = "^com\.saivert\.pwvucontrol$"; } ]; |
259 | open-on-workspace = "pwctl"; | 259 | open-on-workspace = "pwctl"; |
260 | open-maximized = true; | ||
260 | } | 261 | } |
261 | { | 262 | { |
262 | matches = [ { app-id = "^\.blueman-manager-wrapped$"; } ]; | 263 | matches = [ { app-id = "^\.blueman-manager-wrapped$"; } ]; |
263 | open-on-workspace = "bmgr"; | 264 | open-on-workspace = "bmgr"; |
265 | open-maximized = true; | ||
264 | } | 266 | } |
265 | { | 267 | { |
266 | matches = [ { app-id = "^org\.keepassxc\.KeePassXC$"; } ]; | 268 | matches = [ { app-id = "^org\.keepassxc\.KeePassXC$"; } ]; |
@@ -274,6 +276,7 @@ in { | |||
274 | { title = ".*Passkey credentials$"; } | 276 | { title = ".*Passkey credentials$"; } |
275 | ]; | 277 | ]; |
276 | open-on-workspace = "kpxc"; | 278 | open-on-workspace = "kpxc"; |
279 | open-maximized = true; | ||
277 | open-focused = false; | 280 | open-focused = false; |
278 | } | 281 | } |
279 | { | 282 | { |
@@ -287,10 +290,20 @@ in { | |||
287 | { | 290 | { |
288 | matches = [ { app-id = "^kitty-scratch$"; } ]; | 291 | matches = [ { app-id = "^kitty-scratch$"; } ]; |
289 | open-on-workspace = "term"; | 292 | open-on-workspace = "term"; |
293 | open-maximized = true; | ||
290 | } | 294 | } |
291 | { | 295 | { |
292 | matches = [ { title = "^scratch$"; app-id = "^emacs$"; } ]; | 296 | matches = [ { title = "^scratch$"; app-id = "^emacs$"; } ]; |
293 | open-on-workspace = "edit"; | 297 | open-on-workspace = "edit"; |
298 | open-maximized = true; | ||
299 | } | ||
300 | { | ||
301 | matches = [ { app-id = "^emacs$"; } ]; | ||
302 | default-column-width.proportion = 2. / 3.; | ||
303 | } | ||
304 | { | ||
305 | matches = [ { app-id = "^kitty$"; } ]; | ||
306 | default-column-width.proportion = 1. / 3.; | ||
294 | } | 307 | } |
295 | { | 308 | { |
296 | matches = [ | 309 | matches = [ |
@@ -302,6 +315,8 @@ in { | |||
302 | { | 315 | { |
303 | matches = [ { app-id = "^firefox$"; } ]; | 316 | matches = [ { app-id = "^firefox$"; } ]; |
304 | open-on-workspace = "web"; | 317 | open-on-workspace = "web"; |
318 | open-maximized = true; | ||
319 | variable-refresh-rate = true; | ||
305 | } | 320 | } |
306 | # { | 321 | # { |
307 | # matches = [ | 322 | # matches = [ |
@@ -315,6 +330,7 @@ in { | |||
315 | matches = [ { app-id = "^mpv$"; } ]; | 330 | matches = [ { app-id = "^mpv$"; } ]; |
316 | open-on-workspace = "vid"; | 331 | open-on-workspace = "vid"; |
317 | default-column-width.proportion = 1.; | 332 | default-column-width.proportion = 1.; |
333 | variable-refresh-rate = true; | ||
318 | } | 334 | } |
319 | { | 335 | { |
320 | matches = [ { app-id = "^kitty-play$"; } ]; | 336 | matches = [ { app-id = "^kitty-play$"; } ]; |