diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-02-06 14:16:33 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-02-06 14:16:33 -0500 |
commit | b112ccd25f47bdccccbe74aa87cbe42532172c80 (patch) | |
tree | 6e3d59a0cc0fd6a3798244594ab0a906da0aee7b /.config/xresources | |
parent | 1aedb5705fdddaaa1e0c0451a32fcf059700a066 (diff) |
Utilize xorg dpi scaling on a per-host setup
Diffstat (limited to '.config/xresources')
-rw-r--r-- | .config/xresources/workstation | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/xresources/workstation b/.config/xresources/workstation new file mode 100644 index 0000000..2d6d9c9 --- /dev/null +++ b/.config/xresources/workstation @@ -0,0 +1,7 @@ +Xft.dpi: 96 +Xft.autohing: 0 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintfull +Xft.hinting: 1 +Xft.antialias: 1 +Xft.rgba: rgb |