mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-02 11:45:57 +01:00
groupbars: add new locked group border color settings (#248)
This commit is contained in:
parent
3d0ab8dcbd
commit
be1a9a2d82
1 changed files with 2 additions and 0 deletions
|
@ -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.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 | inactive (out of focus) group border color | gradient | 0x66777700 |
|
||||||
| col.group_border_active | active group border color | gradient | 0x66ffff00 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| no_cursor_warps | if true, will not warp the cursor in many cases (focusing, keybinds, etc) | bool | false |
|
||||||
|
|
Loading…
Reference in a new issue