This commit is contained in:
Vaxry 2023-05-31 21:14:33 +02:00
parent 649d058621
commit d97fe5890b
2 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,7 @@ Prop List:
| forceallowsinput | 0/1, forceinput rule |
| forcenoanims | 0/1 |
| forcenoborder | 0/1 |
| forcenodim | 0/1 |
| forcenoshadow | 0/1 |
| windowdancecompat | 0/1 |
| nomaxsize | 0/1 |

View File

@ -85,6 +85,7 @@ you can use `hyprctl clients`.
| nofocus | disables focus to the window | |
| noinitialfocus | disables the initial focus to the window | |
| noborder | disables borders for the window |✓|
| nodim | disables window dimming for the window |✓|
| noshadow | disables shadows for the window |✓|
| forceinput | forces an XWayland window to receive input, even if it requests not to do so. (Might fix issues like e.g. Game Launchers not receiving focus for some reason) | |
| windowdance | forces an XWayland window to never refocus, used for games/applications like Rhythm Doctor | |