From 3fa5dcde0532b4fae88118c4629bb485e43c63cb Mon Sep 17 00:00:00 2001 From: Nate Cox Date: Tue, 26 May 2026 17:17:22 -0700 Subject: General updates --- .config/niri/cfg/rules.kdl | 89 ++++++++++++++++++++++++---------------------- 1 file changed, 47 insertions(+), 42 deletions(-) (limited to '.config/niri/cfg/rules.kdl') diff --git a/.config/niri/cfg/rules.kdl b/.config/niri/cfg/rules.kdl index 61f9280..825bac4 100644 --- a/.config/niri/cfg/rules.kdl +++ b/.config/niri/cfg/rules.kdl @@ -1,42 +1,47 @@ - window-rule { - open-maximized true - geometry-corner-radius 12 - clip-to-geometry true - } - - // if you use steam you will probably like these - window-rule { - match app-id="steam" - exclude title=r#"^[Ss]team$"# - open-floating true - } - - window-rule { - match app-id="steam" title=r#"^notificationtoasts_\d+_desktop$"# - default-floating-position x=10 y=10 relative-to="bottom-right" - open-focused false - } - - workspace "web" - - window-rule { - match app-id="helium-browser" - open-on-workspace "web" - } - - workspace "term" - - window-rule { - match app-id="kitty" - open-on-workspace "term" - } - - window-rule { - match app-id="foot" - open-on-workspace "term" - } - - layer-rule { - match namespace="^noctalia-wallpaper*" - place-within-backdrop true - } +workspace "web" +workspace "term" + +window-rule { + open-maximized true + geometry-corner-radius 12 + clip-to-geometry true +} + + // if you use steam you will probably like these +window-rule { + match app-id="steam" + exclude title=r#"^[Ss]team$"# + open-floating true +} + +window-rule { + match app-id="steam" title=r#"^notificationtoasts_\d+_desktop$"# + default-floating-position x=10 y=10 relative-to="bottom-right" + open-focused false +} + +window-rule { + match app-id="helium-browser" + open-on-workspace "web" +} + +window-rule { + match app-id="kitty" + open-on-workspace "term" +} + +window-rule { + match app-id="foot" + open-on-workspace "term" +} + +window-rule { + match app-id=r#"^org\.wezfurlong\.wezterm$"# + // default-column-width {} + open-on-workspace "term" +} + +layer-rule { + match namespace="^noctalia-wallpaper*" + place-within-backdrop true +} -- cgit v1.3.1