fix: niri - float notifications

This commit is contained in:
Ryan Yin
2026-04-30 11:43:53 +08:00
parent 6ee2cb48cb
commit f4697b5eca
2 changed files with 11 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ These tools run without prompting:
- `kubectl api-resources`, `kubectl api-versions`
- `kubectl config view`, `kubectl config get-contexts`
- `kubectl kustomize`, `kustomize build`, `kustomize version`
- `kubectl explain`
**Terraform:**
@@ -130,6 +131,7 @@ These tools run without prompting:
- `echo`, `pwd`, `date`, `env`, `printenv`
- `file`, `stat`, `du`, `tree`, `bat`, `eza`
- `jq`, `yq`, `tldr`
- `mkdir`, `rmdir`, `grep`
### Requires Confirmation

View File

@@ -102,3 +102,12 @@ window-rule {
match app-id="Zoom Workplace"
open-on-workspace "0other"
}
// Notifications shows top right
window-rule {
match app-id=""
open-floating true
open-focused false
default-floating-position x=0 y=0 relative-to="top-right"
}