From cf77151365ee4ea82c6d6d3dbee564c419b5dc66 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 6 Dec 2024 14:46:50 +0000 Subject: [PATCH] variables: add new stuff from hyprland-qtutils --- pages/Configuring/Variables.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 3c498ea..ca3bc43 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -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 >}}