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 | |
parent | 907cc42f845a18453b9bb5a8bb5fbf5bb556ca22 (diff) |
update templates
Diffstat (limited to '.config/X11/base')
-rw-r--r-- | .config/X11/base | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/X11/base b/.config/X11/base new file mode 100644 index 0000000..a556ed2 --- /dev/null +++ b/.config/X11/base @@ -0,0 +1,13 @@ +*.font: JetBrainsMono Nerd Font:size=7.5:antialias=true:autohint=true +*.borderpx: 10 +*.termname: st-256color +*.tabspaces: 2 + +Xft.dpi: 96 +Xft.hinting: 1 +Xft.hintstyle: hintslight +Xft.antialias: 1 +Xft.rgba: rgb + +Xcursor.theme: OpenZone_Black_Slim + |