Skip to content

Commit

Permalink
variables: add missing render values
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Dec 30, 2024
1 parent 4bc397a commit 61dd01c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ _Subcategory `group:groupbar:`_
| explicit_sync_kms | Whether to enable explicit sync support for the KMS layer. Requires explicit_sync to be enabled. 0 - no, 1 - yes, 2 - auto based on the gpu driver | int | 2 |
| direct_scanout | Enables direct scanout. Direct scanout attempts to reduce lag when there is only one fullscreen application on a screen (e.g. game). It is also recommended to set this to false if the fullscreen application shows graphical glitches. | bool | false |
| expand_undersized_textures | Whether to expand undersized textures along the edge, or rather stretch the entire texture. | bool | true |
| xp_mode | Disables back buffer and bottom layer rendering. | bool | false |
| ctm_animation | Whether to enable a fade animation for CTM changes (hyprsunset). 2 means "auto" which disables them on Nvidia. | int | 2 |

### Cursor

Expand Down

0 comments on commit 61dd01c

Please sign in to comment.