diff options
Diffstat (limited to '.config/X11')
-rw-r--r-- | .config/X11/base (renamed from .config/X11/base##template) | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/.config/X11/base##template b/.config/X11/base index 04bf1d1..a556ed2 100644 --- a/.config/X11/base##template +++ b/.config/X11/base @@ -1,16 +1,7 @@ -{% if yadm.hostname == "thoncc" %} *.font: JetBrainsMono Nerd Font:size=7.5:antialias=true:autohint=true -*.borderpx: 8 -{% else %} -*.font: JetBrainsMono Nerd Font:size=9:antialias=true:autohint=true -*.borderpx: 16 -{% endif %} -Xcursor.theme: OpenZone_Black_Slim - +*.borderpx: 10 *.termname: st-256color -*.shell: /bin/sh - -*.tabspaces: 4 +*.tabspaces: 2 Xft.dpi: 96 Xft.hinting: 1 @@ -18,3 +9,5 @@ Xft.hintstyle: hintslight Xft.antialias: 1 Xft.rgba: rgb +Xcursor.theme: OpenZone_Black_Slim + |