enable variable refresh rate on desktop

Amolith created

Change summary

dot_config/hypr/hyprland.conf.tmpl | 5 +++++
1 file changed, 5 insertions(+)

Detailed changes

dot_config/hypr/hyprland.conf.tmpl 🔗

@@ -145,6 +145,11 @@ misc {
     swallow_regex           = "^c .*"
     swallow_exception_regex = ".*Doom Emacs$"
     focus_on_activate       = no
+{{- if eq .chezmoi.hostname "angmar" }}
+    vrr                     = 1
+{{- else if eq .chezmoi.hostname "sidhe" }}
+    vrr                     = 0
+{{- end }}
 {{- if eq .theme_variant "light" }}
     background_color        = rgb(eff1f5)
 {{- else if eq .theme_variant "dark" }}