From be1a9a2d82d12c9277ae12e6755aea049cd06a08 Mon Sep 17 00:00:00 2001 From: memchr <118117622+memchr@users.noreply.github.com> Date: Tue, 13 Jun 2023 10:05:13 +0000 Subject: [PATCH] groupbars: add new locked group border color settings (#248) --- pages/Configuring/Variables.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 4cbdc81..db38487 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -54,6 +54,8 @@ SHIFT CAPS CTRL/CONTROL ALT MOD2 MOD3 SUPER/WIN/LOGO/MOD4 MOD5 | col.active_border | border color for the active window | gradient | 0xff444444 | | col.group_border | inactive (out of focus) group border color | gradient | 0x66777700 | | col.group_border_active | active group border color | gradient | 0x66ffff00 | +| col.group_border_locked | inactive locked group border color | gradient | 0x66775500 | +| col.group_border_locked_active | active locked group border color | gradient | 0x66ff5500 | | cursor_inactive_timeout | in seconds, after how many seconds of cursor's inactivity to hide it. Set to `0` for never. | int | 0 | | layout | which layout to use. (Available: `dwindle`, `master`) | str | dwindle | | no_cursor_warps | if true, will not warp the cursor in many cases (focusing, keybinds, etc) | bool | false |