blob: bd59910b4ad902e681ca396c86bdd2dbb6ee222f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{% if yadm.hostname == "thoncc" %}
*.font: JetBrainsMono Nerd Font:size=7.5:antialias=true:autohint=true
*.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
|