From 6effb622f2ac805fbe937194963cb03ef30449f9 Mon Sep 17 00:00:00 2001 From: Isaac Myhal Date: Sun, 14 Jan 2024 12:28:14 -0500 Subject: [PATCH] Add border gradients (#429) See https://github.com/hyprwm/Hyprland/pull/4335 --- pages/Configuring/Window-Rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index 93fe612..8fef0ef 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -117,7 +117,7 @@ you can use `hyprctl clients`. | 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. |✓| +| bordercolor \[c\] | force the bordercolor of the window. Options for c: `color`/`color ... color angle` -> sets the active border color/gradient OR `color color`/`color ... color angle color ... color [angle]` -> sets the active and inactive border color/gradient 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. | | | nomaxsize | removes max size limitations. Especially useful with windows that report invalid max sizes (e.g. winecfg) | |