AutoYADM commit: 2025-02-26 14:40:18

This commit is contained in:
Daniel Fichtinger 2025-02-26 14:40:18 -05:00
parent 381811722f
commit 77bbd0ca84

View file

@ -158,7 +158,7 @@ layout {
// which may be more convenient to use. // which may be more convenient to use.
// See the binds section below for more spawn examples. // See the binds section below for more spawn examples.
// spawn-at-startup "alacritty" "-e" "fish" // spawn-at-startup "alacritty" "-e" "fish"
spawn-at-startup "dunst" spawn-at-startup "dunst" "&"
// Uncomment this line to ask the clients to omit their client-side decorations if possible. // Uncomment this line to ask the clients to omit their client-side decorations if possible.
// If the client will specifically ask for CSD, the request will be honored. // If the client will specifically ask for CSD, the request will be honored.
// Additionally, clients will be informed that they are tiled, removing some client-side rounded corners. // Additionally, clients will be informed that they are tiled, removing some client-side rounded corners.
@ -198,7 +198,7 @@ window-rule {
window-rule { window-rule {
match app-id="vesktop$" match app-id="vesktop$"
// clip-to-geometry true // clip-to-geometry true
min-width 500 // min-width 500
// draw-border-with-background true // draw-border-with-background true
} }
window-rule { window-rule {