diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-15 17:12:02 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-15 17:12:02 +0100 |
commit | 463c1389ec0cfdc5991d6c395571fe6a22289a4b (patch) | |
tree | c583cf81ff260733532635b1b7a060022664871a /.config/x11 | |
parent | well (diff) | |
download | dotfiles-bsd-463c1389ec0cfdc5991d6c395571fe6a22289a4b.tar.gz dotfiles-bsd-463c1389ec0cfdc5991d6c395571fe6a22289a4b.tar.bz2 dotfiles-bsd-463c1389ec0cfdc5991d6c395571fe6a22289a4b.tar.xz dotfiles-bsd-463c1389ec0cfdc5991d6c395571fe6a22289a4b.tar.zst dotfiles-bsd-463c1389ec0cfdc5991d6c395571fe6a22289a4b.zip |
no centaur-tabs, ibuffer
Diffstat (limited to '.config/x11')
-rw-r--r-- | .config/x11/xresources | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.config/x11/xresources b/.config/x11/xresources index 3475eb8..424818a 100644 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -1,3 +1,10 @@ +Xft.dpi: 96 +Xft.antialias: true +Xft.hinting: true +Xft.rgba: rgb +Xft.autohint: false +Xft.hintstyle: hintslight +Xft.lcdfilter: lcddefault Xcursor.theme: redglass Xcursor.size: 18 -Sxiv.background: #1d2021 +xiv.background: #1d2021 |