mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-16 12:47:17 +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 api-resources`, `kubectl api-versions`
|
||||||
- `kubectl config view`, `kubectl config get-contexts`
|
- `kubectl config view`, `kubectl config get-contexts`
|
||||||
- `kubectl kustomize`, `kustomize build`, `kustomize version`
|
- `kubectl kustomize`, `kustomize build`, `kustomize version`
|
||||||
|
- `kubectl explain`
|
||||||
|
|
||||||
**Terraform:**
|
**Terraform:**
|
||||||
|
|
||||||
@@ -130,6 +131,7 @@ These tools run without prompting:
|
|||||||
- `echo`, `pwd`, `date`, `env`, `printenv`
|
- `echo`, `pwd`, `date`, `env`, `printenv`
|
||||||
- `file`, `stat`, `du`, `tree`, `bat`, `eza`
|
- `file`, `stat`, `du`, `tree`, `bat`, `eza`
|
||||||
- `jq`, `yq`, `tldr`
|
- `jq`, `yq`, `tldr`
|
||||||
|
- `mkdir`, `rmdir`, `grep`
|
||||||
|
|
||||||
### Requires Confirmation
|
### Requires Confirmation
|
||||||
|
|
||||||
|
|||||||
@@ -102,3 +102,12 @@ window-rule {
|
|||||||
match app-id="Zoom Workplace"
|
match app-id="Zoom Workplace"
|
||||||
open-on-workspace "0other"
|
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