diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-22 13:30:18 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-22 13:30:18 +0200 |
commit | 26ced8a8a369fdd01cf275f4156c0d7e742f6092 (patch) | |
tree | fe8fac79c939edf44f667b023f9c48e8b9c9da18 /.config/X11 | |
parent | 4866c68ed568778b508a39f544ba231166ec7089 (diff) | |
parent | b54786c4cb50b43360367e1b061bcb763a30b6f6 (diff) |
more more cleanup
Diffstat (limited to '.config/X11')
-rw-r--r-- | .config/X11/base##template (renamed from .config/X11/base) | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/.config/X11/base b/.config/X11/base##template index 3e41052..473ea97 100644 --- a/.config/X11/base +++ b/.config/X11/base##template @@ -1,12 +1,17 @@ +{% if yadm.hostname == "thoncc" %} +*.font: JetBrainsMono Nerd Font:style=Medium,Regular:size=7.5 +*.borderpx: 8 +Xcursor.theme: OpenZone_Black_Slim +{% else %} *.font: JetBrainsMono Nerd Font:size=9:antialias=true:autohint=true +*.borderpx: 16 +Xcursor.theme: OpenZone_Black +{% endif %} *.termname: st-256color *.shell: /bin/sh *.tabspaces: 4 -*.borderpx: 16 - -Xcursor.theme: OpenZone_Black Xft.dpi: 96 Xft.hinting: 1 |