fixup! oopsie

This commit is contained in:
Noa Aarts 2024-11-19 11:28:25 +01:00
parent 1f6f6c3417
commit 5c6185a6c3
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -121,9 +121,9 @@ layout {
// 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"
@automapaper@ @automapaper@
spawn-at-startup @spotify@ spawn-at-startup "@spotify@"
spawn-at-startup @keepass@ spawn-at-startup "@keepass@"
spawn-at-startup @thunderbird@ spawn-at-startup "@thunderbird@"
// 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.
@ -151,13 +151,21 @@ animations {
// slowdown 3.0 // slowdown 3.0
} }
workspace "media" { workspace "media"
workspace "utils"
window-rule {
match app-id=r#"^spotify$"# match app-id=r#"^spotify$"#
open-on-workspace "media"
} }
workspace "utils" { window-rule {
match app-id=r#"^thunderbird$"# match app-id=r#"^thunderbird$"#
match app-id=r#"^org\.keepassxc\.KeePassXC$"# match app-id=r#"^org\.keepassxc\.KeePassXC$"#
open-on-workspace "utils"
} }
// Window rules let you adjust behavior for individual windows. // Window rules let you adjust behavior for individual windows.