mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-12-22 17:49:48 +01:00
variables: add new stuff from hyprland-qtutils
This commit is contained in:
parent
2114c14b0d
commit
cf77151365
1 changed files with 7 additions and 0 deletions
|
@ -399,6 +399,7 @@ _Subcategory `group:groupbar:`_
|
||||||
| middle_click_paste | whether to enable middle-click-paste (aka primary selection) | bool | true |
|
| middle_click_paste | whether to enable middle-click-paste (aka primary selection) | bool | true |
|
||||||
| render_unfocused_fps | the maximum limit for renderunfocused windows' fps in the background (see also [Window-Rules](../Window-Rules/#dynamic-rules) - `renderunfocused`)| int | 15 |
|
| render_unfocused_fps | the maximum limit for renderunfocused windows' fps in the background (see also [Window-Rules](../Window-Rules/#dynamic-rules) - `renderunfocused`)| int | 15 |
|
||||||
| disable_xdg_env_checks | disable the warning if XDG environment is externally managed | bool | false |
|
| disable_xdg_env_checks | disable the warning if XDG environment is externally managed | bool | false |
|
||||||
|
| disable_hyprland_qtutils_check | disable the warning if hyprland-qtutils is not installed | bool | false |
|
||||||
| lockdead_screen_delay | the delay in ms after the lockdead screen appears if the lock screen did not appear after a lock event occurred | int | 1000 |
|
| lockdead_screen_delay | the delay in ms after the lockdead screen appears if the lock screen did not appear after a lock event occurred | int | 1000 |
|
||||||
|
|
||||||
### Binds
|
### Binds
|
||||||
|
@ -462,6 +463,12 @@ _Subcategory `group:groupbar:`_
|
||||||
| hide_on_touch | Hides the cursor when the last input was a touch input until a mouse input is done. | bool | true |
|
| hide_on_touch | Hides the cursor when the last input was a touch input until a mouse input is done. | bool | true |
|
||||||
| use_cpu_buffer | Makes HW cursors use a CPU buffer. Required on Nvidia to have HW cursors. Experimental. | bool | false |
|
| use_cpu_buffer | Makes HW cursors use a CPU buffer. Required on Nvidia to have HW cursors. Experimental. | bool | false |
|
||||||
|
|
||||||
|
### Ecosystem
|
||||||
|
|
||||||
|
| name | description | type | default |
|
||||||
|
| --- | --- | --- | --- |
|
||||||
|
| no_update_news | disable the popup that shows up when you update hyprland to a new version. | bool | false |
|
||||||
|
|
||||||
### Debug
|
### Debug
|
||||||
|
|
||||||
{{< callout type=warning >}}
|
{{< callout type=warning >}}
|
||||||
|
|
Loading…
Reference in a new issue