mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-09 00:03:21 +02:00
fix: niri - float notifications
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user