mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Add misc:groupbar_scrolling (#317)
This commit is contained in:
parent
c900d5b924
commit
aef204decd
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@ Described [here](../Keywords#per-device-input-configs).
|
||||||
| cursor_zoom_rigid | whether the zoom should follow the cursor rigidly (cursor is always centered if it can be) or loosely | bool | false |
|
| cursor_zoom_rigid | whether the zoom should follow the cursor rigidly (cursor is always centered if it can be) or loosely | bool | false |
|
||||||
| allow_session_lock_restore | if true, will allow you to restart a lockscreen app in case it crashes (red screen of death) | bool | false |
|
| allow_session_lock_restore | if true, will allow you to restart a lockscreen app in case it crashes (red screen of death) | bool | false |
|
||||||
| group_insert_after_current | whether new windows in a group spawn after current or at group tail | bool | true |
|
| group_insert_after_current | whether new windows in a group spawn after current or at group tail | bool | true |
|
||||||
|
| groupbar_scrolling | whether scrolling in the groupbar changes group active window | bool | true |
|
||||||
| render_titles_in_groupbar | whether to render titles in the group bar decoration | bool | true |
|
| render_titles_in_groupbar | whether to render titles in the group bar decoration | bool | true |
|
||||||
| groupbar_titles_font_size | font size for the above | int | 8 |
|
| groupbar_titles_font_size | font size for the above | int | 8 |
|
||||||
| groupbar_gradients | whether to draw gradients under the titles of the above | bool | true |
|
| groupbar_gradients | whether to draw gradients under the titles of the above | bool | true |
|
||||||
|
|
Loading…
Reference in a new issue