rules: add noinitialfocus

This commit is contained in:
vaxerski 2023-04-28 15:36:35 +01:00
parent e3ebe3a2df
commit c6dc577389
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ you can use `hyprctl clients`.
| rounding \[x\] | forces the application to have X pixels of rounding, ignoring the set default (in `decoration:rounding`). Has to be an int. |✓|
| noblur | disables blur for the window |✓|
| nofocus | disables focus to the window | |
| noinitialfocus | disables the initial focus to the window | |
| noborder | disables borders 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) | |