mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
Doc, window rules: Mention what pin does. (#318)
The description as it is can be implied from the name, it's pretty useless without the context. I've just copied that over from dispatchers.
This commit is contained in:
parent
19203f0c55
commit
372f596e90
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ you can use `hyprctl clients`.
|
|||
| 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 | |
|
||||
| pin | pins the window *note: floating only* | |
|
||||
| pin | pins the window (i.e. show it on all workspaces) *note: floating only* | |
|
||||
| noanim | disables the animations for the window |✓|
|
||||
| keepaspectratio | forces aspect ratio when resizing window with the mouse |✓|
|
||||
| bordercolor \[c\] | force the bordercolor of the window. Options for c: `color` -> sets the active border color OR `color color` -> sets the active and inactive border color of the window. See [variables->colors](../Variables#variable_types) for color definition. |✓|
|
||||
|
|
Loading…
Reference in a new issue