AutoYADM commit: 2025-02-26 14:40:18
This commit is contained in:
parent
381811722f
commit
77bbd0ca84
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue