From 335b12b0e4c2f2115230cd1f50854c7c571a1f33 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Mon, 16 Mar 2026 12:13:41 +0000 Subject: [PATCH] small changes --- niri/files/config.kdl | 2 +- pi/files.macos/agent/skills/attio-frontend-rules/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. ---