solterra(apps): replace dunst with mako

This commit is contained in:
Artur Manuel 2025-03-28 00:19:18 +00:00
commit 6004b4eac5
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
11 changed files with 72 additions and 592 deletions

View file

@ -140,6 +140,13 @@ layout {
//
// Alternatively, you can override it with a window rule called
// `draw-border-with-background`.
tab-indicator {
gap 0
width 4
length total-proportion=1.0
position "right"
place-within-column
}
// You can change how the focus ring looks.
focus-ring {
@ -293,7 +300,7 @@ binds {
Mod+Shift+Slash { show-hotkey-overlay; }
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+E { spawn "emacs"; }
Mod+E { spawn "emacsclient" "-c"; }
Mod+T { spawn "foot"; }
Mod+D { spawn "rofi" "-show" "drun"; }
// Super+Alt+L { spawn "swaylock"; }