diff options
author | zachir <zachir@librem.one> | 2024-02-01 20:52:36 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-01 20:52:36 -0600 |
commit | a2af49d4c391e9d5862e54cb783b2ebc2fdfa48d (patch) | |
tree | a9213a2d4e65b04eb590ec8d2cebbf4d19aa6b42 /hypr | |
parent | fb3cd761ac0c05570ca71dde3ecb3a8daf2fad49 (diff) |
hypr: enable variable refresh rate
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index dbf7c82..8fdbc99 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -70,6 +70,7 @@ misc { enable_swallow = true swallow_regex = ^(kitty)$ vfr = false + vrr = true } #}}} |