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" }}