diff options
author | lxf <sng@luxagraf.net> | 2022-11-29 16:31:31 -0600 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2022-11-29 16:31:31 -0600 |
commit | f181bfe1db0bee1b30f1a33c733336807feed28e (patch) | |
tree | 17243104ad69a61df38dadf15ecc95f18a69a786 /.Xresources | |
parent | e777bb54bb71f8d19900703d94e775cac6f7efe1 (diff) |
brought openbox setup up to date with sway setup
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.Xresources b/.Xresources index 4ddf0d3..6278dc3 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=13 -URxvt*font: xft:hack:medium:size=13 +URxvt.boldFont: xft:hack:bold:size=12 +URxvt*font: xft:hack:medium:size=12 URxvt.letterSpace: -1 URxvt*depth: 32 !URxvt*background: rgba:0000/0000/0200/c800 |