AutoYADM commit: 2025-03-05 15:20:19

This commit is contained in:
Daniel Fichtinger 2025-03-05 15:20:19 -05:00
parent 902ec4eac2
commit a6bdea2534

View file

@ -1,4 +1,4 @@
workspace "music" // workspace "music"
// This config is in the KDL format: https://kdl.dev // This config is in the KDL format: https://kdl.dev
// "/-" comments out the following node. // "/-" comments out the following node.
// Check the wiki for a full description of the configuration: // Check the wiki for a full description of the configuration:
@ -196,7 +196,7 @@ animations {
// by setting an empty default-column-width. // by setting an empty default-column-width.
window-rule { window-rule {
match app-id="^spotify$" match app-id="^spotify$"
open-on-workspace "music" // open-on-workspace "music"
} }
window-rule { window-rule {
// This regular expression is intentionally made as specific as possible, // This regular expression is intentionally made as specific as possible,