From ea23903b2a1ad748d100d6c3ae4a123d84b7de90 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 8 Apr 2025 15:11:39 +0200 Subject: [PATCH] replace hypr config to template --- dot_config/hypr/{hyprland.conf => hyprland.conf.tmpl} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename dot_config/hypr/{hyprland.conf => hyprland.conf.tmpl} (98%) diff --git a/dot_config/hypr/hyprland.conf b/dot_config/hypr/hyprland.conf.tmpl similarity index 98% rename from dot_config/hypr/hyprland.conf rename to dot_config/hypr/hyprland.conf.tmpl index 4c8bfb9..f792760 100644 --- a/dot_config/hypr/hyprland.conf +++ b/dot_config/hypr/hyprland.conf.tmpl @@ -24,10 +24,15 @@ autogenerated = 0 # remove this line to remove the warning ################ # See https://wiki.hyprland.org/Configuring/Monitors/ -#monitor=,preferred,auto,auto + +monitor=,preferred,auto,auto + +# machine-specific configuration +{{- if eq .chezmoi.hostname "sri-laptop-fedora" }} monitor = DVI-I-2, 1920x1080, 0x0, 1 monitor = DVI-I-1, 1920x1080, 1920x0, 1 monitor = eDP-1, 1920x1080, 3840x0, 1 +{{- end }} ################### ### MY PROGRAMS ###