diff --git a/dot_config/hypr/hyprland.conf.tmpl b/dot_config/hypr/hyprland.conf.tmpl index 35be2e502ebac9eb48864236bc6a2c908cde5a4f..bc0ec0137c952996f454c185d8e4f3c1b7b1d1d6 100644 --- a/dot_config/hypr/hyprland.conf.tmpl +++ b/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" }}