diff options
Diffstat (limited to 'accounts/gkleen@sif/niri')
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 4 | ||||
-rw-r--r-- | accounts/gkleen@sif/niri/mako.nix | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index cc6c85c3..0c4a58e5 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix | |||
@@ -520,9 +520,9 @@ in { | |||
520 | allow-when-locked = true; | 520 | allow-when-locked = true; |
521 | }; | 521 | }; |
522 | 522 | ||
523 | "Mod+Semicolon".action = spawn makoctl "dismiss"; | 523 | "Mod+Semicolon".action = spawn makoctl "dismiss" "--group"; |
524 | "Mod+Shift+Semicolon".action = spawn makoctl "dismiss" "--all"; | 524 | "Mod+Shift+Semicolon".action = spawn makoctl "dismiss" "--all"; |
525 | "Mod+Period".action = spawn makoctl (lib.getExe config.programs.fuzzel.package) "--dmenu"; | 525 | "Mod+Period".action = spawn makoctl "menu" (lib.getExe config.programs.fuzzel.package) "--dmenu"; |
526 | "Mod+Comma".action = spawn makoctl "restore"; | 526 | "Mod+Comma".action = spawn makoctl "restore"; |
527 | 527 | ||
528 | "Mod+Control+A".action = focus-or-spawn-action-app_id "com.saivert.pwvucontrol" "pwctl" "pwvucontrol"; | 528 | "Mod+Control+A".action = focus-or-spawn-action-app_id "com.saivert.pwvucontrol" "pwctl" "pwvucontrol"; |
diff --git a/accounts/gkleen@sif/niri/mako.nix b/accounts/gkleen@sif/niri/mako.nix index 7e31f7e1..70b8a302 100644 --- a/accounts/gkleen@sif/niri/mako.nix +++ b/accounts/gkleen@sif/niri/mako.nix | |||
@@ -14,12 +14,18 @@ | |||
14 | outer-margin=1 | 14 | outer-margin=1 |
15 | max-history=100 | 15 | max-history=100 |
16 | 16 | ||
17 | [grouped] | ||
18 | format=<b>(%g)</b> <i>%s</i>\n%b | ||
19 | |||
17 | [urgency=low] | 20 | [urgency=low] |
18 | text-color=#999999ff | 21 | text-color=#999999ff |
19 | 22 | ||
20 | [urgency=critical] | 23 | [urgency=critical] |
21 | background-color=#900000dd | 24 | background-color=#900000dd |
22 | 25 | ||
26 | [app-name=Element] | ||
27 | group-by=summary | ||
28 | |||
23 | [mode=silent] | 29 | [mode=silent] |
24 | invisible=1 | 30 | invisible=1 |
25 | ''; | 31 | ''; |