diff options
author | zachir <zachir@librem.one> | 2024-02-01 20:52:36 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-01 20:59:45 -0600 |
commit | 697a746b50a74f9bb57126d63c6a41e244d72af0 (patch) | |
tree | 8c7c275e69aa36f7c981c6397f00bf0e62ab3cce /hypr/hyprland.conf | |
parent | 8e85303657d8876aeae1d22ed05a0821050d6e59 (diff) |
hypr: enable variable refresh rate
Diffstat (limited to 'hypr/hyprland.conf')
-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 2be6fbb..985a706 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -62,6 +62,7 @@ misc { enable_swallow = true swallow_regex = ^(kitty)$ vfr = false + vrr = true } #}}} |