Notification: add actions

README: add fix for niri action buttons for notifications
This commit is contained in:
Ly-sec 2025-09-05 23:31:55 +02:00
parent 4cac584409
commit a5fc9d9ca9
2 changed files with 133 additions and 68 deletions

View file

@ -265,6 +265,10 @@ The launcher supports special commands for enhanced functionality:
For Niri:
```
debug {
honor-xdg-activation-with-invalid-serial
}
window-rule {
geometry-corner-radius 20
clip-to-geometry true
@ -279,6 +283,8 @@ layer-rule {
place-within-backdrop true
}
```
`honor-xdg-activation-with-invalid-serial` allows notification actions (like view etc) to work.
---