diff options
author | luxagraf <sng@luxagraf.net> | 2024-09-01 09:28:19 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2024-09-01 09:28:19 -0500 |
commit | 72f9d30c25d86b338c7d7b94a9f6afd2d43c6c7c (patch) | |
tree | 10157c997e5417bde5ccc6e643e97787813db9c2 /.Xresources | |
parent | 76b12d7b4d66bf4c5c81035768c8e6c18cd8efd0 (diff) |
switched everything over to hidpi for XPS
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.Xresources b/.Xresources index 6278dc3..4ddf0d3 100644 --- a/.Xresources +++ b/.Xresources @@ -1,4 +1,4 @@ -!Xft.dpi: 192 +Xft.dpi: 192 Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintfull @@ -11,8 +11,8 @@ xft.rgba: rgb URxvt*buffered: true URxvt*cursorBlink: true URxvt*underlineColor: #808080 -URxvt.boldFont: xft:hack:bold:size=12 -URxvt*font: xft:hack:medium:size=12 +URxvt.boldFont: xft:hack:bold:size=13 +URxvt*font: xft:hack:medium:size=13 URxvt.letterSpace: -1 URxvt*depth: 32 !URxvt*background: rgba:0000/0000/0200/c800 |