Add pinentry window rule example (#531)

This commit is contained in:
Niklas Haas 2024-03-14 19:27:43 +01:00 committed by GitHub
parent be991c0bf4
commit 7ac45d2cbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ windowrulev2 = bordercolor rgb(FF0000) rgb(880808),fullscreen:1 # set bordercolo
windowrulev2 = bordercolor rgb(FFFF00),title:^(.*Hyprland.*)$ # set bordercolor to yellow when title contains Hyprland
windowrule = opacity 1.0 override 0.5 override,^(kitty)$ # set opacity to 1.0 active and 0.5 inactive for kitty
windowrule = rounding 10,^(kitty)$ # set rounding to 10 for kitty
windowrulev2 = stayfocused, class:^(pinentry-) # fix pinentry losing focus
```
### Notes