From e5921af20d291e32c9b63fa9718cdf465278ac80 Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Thu, 26 May 2022 14:39:49 +0200 Subject: [PATCH] Formatting --- dot_Xresources.tmpl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dot_Xresources.tmpl b/dot_Xresources.tmpl index 8a53afd..a9379a8 100644 --- a/dot_Xresources.tmpl +++ b/dot_Xresources.tmpl @@ -37,9 +37,6 @@ Xft.hinting: 1 Xft.hintstyle: hintfull Xft.lcdfilter: lcddefault - -{{ range $key, $val := .xresources.per_screen }} -#if SCREEN_NUM == {{ $key }} +{{ range $key, $val := .xresources.per_screen }}#if SCREEN_NUM == {{ $key }} Xft.dpi: {{ $val.dpi }} -#endif -{{end}} +#endif{{end}}