commit a0aaa69021128af1137cbd6b2c7f316e7be48062
parent 1f80606bb60f171ab46722030ccee11f446102ec
Author: Stefan Koch <programming@stefan-koch.name>
Date: Sun, 9 Oct 2022 21:48:36 +0200
fix font size
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dot_Xresources.tmpl b/dot_Xresources.tmpl
@@ -1,7 +1,7 @@
URxvt*transparent: true
URxvt*foreground: White
URxvt*background: #121212
-{{- if eq .chezmoi.hostname "notebook" }}
+{{- if eq .chezmoi.hostname "midori" }}
URxvt.font: xft:Monospace:pixelsize=16
URxvt*shading: 12
{{- else }}