From b54786c4cb50b43360367e1b061bcb763a30b6f6 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 22 Sep 2022 13:21:14 +0200 Subject: fix more templates --- .config/X11/base | 16 ---------------- .config/X11/base##template | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 16 deletions(-) delete mode 100644 .config/X11/base create mode 100644 .config/X11/base##template (limited to '.config/X11') diff --git a/.config/X11/base b/.config/X11/base deleted file mode 100644 index 3e41052..0000000 --- a/.config/X11/base +++ /dev/null @@ -1,16 +0,0 @@ -*.font: JetBrainsMono Nerd Font:size=9:antialias=true:autohint=true - -*.termname: st-256color -*.shell: /bin/sh - -*.tabspaces: 4 -*.borderpx: 16 - -Xcursor.theme: OpenZone_Black - -Xft.dpi: 96 -Xft.hinting: 1 -Xft.hintstyle: hintslight -Xft.antialias: 1 -Xft.rgba: rgb - diff --git a/.config/X11/base##template b/.config/X11/base##template new file mode 100644 index 0000000..473ea97 --- /dev/null +++ b/.config/X11/base##template @@ -0,0 +1,21 @@ +{% 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 + +Xft.dpi: 96 +Xft.hinting: 1 +Xft.hintstyle: hintslight +Xft.antialias: 1 +Xft.rgba: rgb + -- cgit v1.2.3