commit 638c1a51300d79334fe5ee9682f57784fb1bb185 parent 07e47b744bd41ee0fd904b84e33053d2e2d89205 Author: Stefan Koch <programming@stefan-koch.name> Date: Sun, 9 Oct 2022 16:07:17 +0200 add .Xresources to chezmoi Diffstat:
A | dot_Xresources.tmpl | | | 15 | +++++++++++++++ |
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/dot_Xresources.tmpl b/dot_Xresources.tmpl @@ -0,0 +1,15 @@ +URxvt*transparent: true +URxvt*foreground: White +URxvt*background: Black +{{- if eq .chezmoi.hostname "notebook" }} +URxvt.font: xft:Monospace:pixelsize=16 +URxvt*shading: 12 +{{- else }} +URxvt.font: xft:Monospace:pixelsize=12 +URxvt*shading: 3 +{{- end }} + +URxvt.urgentOnBell: True + +URxvt.inputMethod: ibus +URxvt.preeditType: OverTheSpot