windowrules: add nearestneighbor

This commit is contained in:
Vaxry 2023-10-24 21:29:38 +01:00
parent 0854e9c736
commit ce9248b4de
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ you can use `hyprctl clients`.
| xray \[on\] | sets blur xray mode for the window (0 for off, 1 for on, unset for default) | ✓ |
| group \[options\] | set window group properties. See the note below. | |
| immediate | forces the window to allow to be torn. See [the Tearing page](../Tearing). | ✓ |
| nearestneighbor | forces the window to use the nearest neigbor filtering. | ✓ |
{{< hint type=info >}}