diff --git a/niri/files/config.kdl b/niri/files/config.kdl index eca1af1..5137943 100644 --- a/niri/files/config.kdl +++ b/niri/files/config.kdl @@ -238,7 +238,7 @@ layer-rule { } window-rule { - match app-id="steam" title=r#"^notificationtoasts_\d+_desktop$"# + match app-id="steam" title=r#"notificationtoasts_\d+_desktop$"# default-floating-position x=10 y=10 relative-to="bottom-right" } diff --git a/pi/files.macos/agent/skills/attio-frontend-rules/SKILL.md b/pi/files.macos/agent/skills/attio-frontend-rules/SKILL.md index d4488c3..55b129b 100644 --- a/pi/files.macos/agent/skills/attio-frontend-rules/SKILL.md +++ b/pi/files.macos/agent/skills/attio-frontend-rules/SKILL.md @@ -1,6 +1,6 @@ # Attio Frontend Rules -Guidelines and conventions for working on the Attio frontend codebase. +Guidelines and conventions for working on the Attio frontend codebase. Use whenever modifying the frontend. ---