puts steam always on gaming workspace

This commit is contained in:
Dennis Schoepf 2025-11-24 23:15:26 +01:00
parent e6b6016ba7
commit d7649ff7ee

View file

@ -231,13 +231,16 @@ workspace "media"
// Find more information on the wiki: // Find more information on the wiki:
// https://yalter.github.io/niri/Configuration:-Window-Rules // https://yalter.github.io/niri/Configuration:-Window-Rules
// TODO: Set up window rules for windows (only at niri startup) window-rule {
match app-id=r#"^steam$"#
open-on-workspace "gaming"
}
// window-rule { // window-rule {
// match at-startup=true app-id=r#"^Spotify$"# // match at-startup=true app-id=r#"^Spotify$"#
// open-on-workspace "media" // open-on-workspace "media"
// } // }
// TODO: Set up window rules for windows (only at niri startup)
// window-rule { // window-rule {
// match at-startup=true app-id=r#"^Signal$"# // match at-startup=true app-id=r#"^Signal$"#
// open-on-workspace "chat" // open-on-workspace "chat"