diff options
author | listout <listout@protonmail.com> | 2022-08-06 23:56:06 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-09-01 16:26:36 +0530 |
commit | 954ae5a9042c4d79a84043559909f132ce03fb53 (patch) | |
tree | e13ee7927f8f87e0feb0d9bbb3ea92dfef834501 /.Xresources | |
parent | d9b932ed46769b0e3b7675fea8467983b5af0923 (diff) |
Xresources: urxvt font and some hidpi settings
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources index 69b0919..1c229d5 100644 --- a/.Xresources +++ b/.Xresources @@ -41,6 +41,13 @@ Xcursor.size: 16 Xft.dpi: 100 +! These might also be useful depending on your monitor and personal preference: +Xft.autohint: 0 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintfull +Xft.hinting: 1 +Xft.antialias: 1 +Xft.rgba: rgb ! XTerm config XTerm.visualBell: true @@ -62,7 +69,9 @@ XTerm.vt100.italicFont: xft:TamzenForPowerline:pixelsize=16 URxvt.scrollBar: flase URxvt.font: xft:TamzenForPowerline:pixelsize=16 -URxvt.boldFont: xft:TamzenForPowerline:bold +URxvt.italicFont: xft:TamzenForPowerline:pixelsize=16 +URxvt.boldFont: xft:TamzenForPowerline:bold:pixelsize=16 +URxvt.boldItalicFont: xft:TamzenForPowerline:bold:pixelsize=16 URxvt.keysym.Shift-Up: command:\033]720;1\007 URxvt.keysym.Shift-Down: command:\033]721;1\007 |