variables: add new stuff from hyprland-qtutils

This commit is contained in:
Vaxry 2024-12-06 14:46:50 +00:00
parent 2114c14b0d
commit cf77151365

View file

@ -399,6 +399,7 @@ _Subcategory `group:groupbar:`_
| 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 |
| 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 |
### 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 |
| 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
{{< callout type=warning >}}