diff options
author | zachir <zachir@librem.one> | 2025-06-29 21:07:55 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-06-29 21:07:55 -0500 |
commit | de6902333b13596b28866f2bdc41a1a55fcf8210 (patch) | |
tree | 26f420e6035fdfa7e4c5ba558ab6c8fd81bc2f25 | |
parent | 2dd8d0dc986b18d9ea065fde2e0e088053df8922 (diff) |
Fix hyprland on rx 7800 xt
-rw-r--r-- | hypr/hyprland.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index cda3a0f..6bdcd7e 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -40,6 +40,7 @@ env = XCURSOR_SIZE,32 debug { enable_stdout_logs = false disable_logs = true + full_cm_proto = true } # }}} @@ -105,7 +106,7 @@ misc { swallow_regex = ^(kitty)$ swallow_exception_regex = ^(wev|.*ueberzug|n?vi?m? .*)$ vfr = true - vrr = 1 + vrr = 3 } #}}} |