Bordercolor rule (#51)

* Add bordercolor rule

* update internal link

Co-authored-by: Jef Steelant <jef.steelant_ext@softathome.com>
This commit is contained in:
Jef 2022-11-13 20:33:24 +01:00 committed by GitHub
parent ddfc3d73f6
commit 7c5f5d5d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,7 @@ you can use `hyprctl clients`.
## Rules
| Rule | Description |
| ---- | ----------- |
| ---- | ----------- |
| float | floats a window |
| tile | tiles a window |
| fullscreen | fullscreens a window |
@ -83,6 +83,7 @@ you can use `hyprctl clients`.
| windowdance | forces an XWayland window to never refocus, used for games/applications like Rhythm Doctor |
| pin | pins the window *note: floating only* |
| noanim | disables the animations for the window |
| 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.
| idleinhibit \[mode\] | sets an idle inhibit rule for the window. If active, apps like `swayidle` will not fire. Modes: `none`, `always`, `focus`, `fullscreen` |
| unset | removes all previously set rules for the given parameters. Please note it has to match EXACTLY. |