diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 20:16:27 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 20:16:27 +0100 |
commit | df4cc7dd374c8415da1be263de9fcd0524fbe033 (patch) | |
tree | 12225e6665f35747aa8712eed7f52fc64d4a6390 /.config/X11/base##template | |
parent | 907cc42f845a18453b9bb5a8bb5fbf5bb556ca22 (diff) |
update templates
Diffstat (limited to '.config/X11/base##template')
-rw-r--r-- | .config/X11/base##template | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.config/X11/base##template b/.config/X11/base##template deleted file mode 100644 index 04bf1d1..0000000 --- a/.config/X11/base##template +++ /dev/null @@ -1,20 +0,0 @@ -{% 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 - -*.termname: st-256color -*.shell: /bin/sh - -*.tabspaces: 4 - -Xft.dpi: 96 -Xft.hinting: 1 -Xft.hintstyle: hintslight -Xft.antialias: 1 -Xft.rgba: rgb - |