Skip to content

Commit

Permalink
variables: add new stuff from hyprland-qtutils
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Dec 6, 2024
1 parent 2114c14 commit cf77151
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 >}}
Expand Down

0 comments on commit cf77151

Please sign in to comment.