diff options
author | Vasil Zlatanov <v@skozl.com> | 2017-04-19 21:39:12 +0200 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2017-04-19 21:39:12 +0200 |
commit | 38535167b49fe25764471554dcedefde5cc94b83 (patch) | |
tree | 85994b04bc53a4fdab9af3593ce7a2e232178aef /Xinit/Xdefaults | |
parent | 599356ac95e5188bc16470a3d12b64af8811f9f8 (diff) | |
download | dotfiles-38535167b49fe25764471554dcedefde5cc94b83.tar.gz dotfiles-38535167b49fe25764471554dcedefde5cc94b83.tar.bz2 dotfiles-38535167b49fe25764471554dcedefde5cc94b83.zip |
massive new latpop updates
Diffstat (limited to 'Xinit/Xdefaults')
-rw-r--r-- | Xinit/Xdefaults | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Xinit/Xdefaults b/Xinit/Xdefaults index 7e08674..99371ec 100644 --- a/Xinit/Xdefaults +++ b/Xinit/Xdefaults @@ -2,7 +2,7 @@ ! Xft settings !------------------------------------------------------------------------------- -Xft.dpi: 186 +Xft.dpi: 161 Xft.antialias: true Xft.rgba: rgb Xft.hinting: true @@ -18,10 +18,10 @@ URxvt.lineSpace: 0 ! Fonts URxvt.allow_bold: true -URxvt.font: xft:DejaVu Sans Mono:pixelsize=26 +URxvt.font: xft:DejaVu Sans Mono:pixelsize=22 ! Fix font space -URxvt*letterSpace: -1 +URxvt*letterSpace: -2 ! Scrollbar URxvt.scrollStyle: rxvt @@ -33,7 +33,7 @@ URxvt.matcher.button: 1 URxvt.urlLauncher: vimb ! Cursor -URxvt.cursorBlink: true +URxvt.cursorBlink: false URxvt.cursorColor: #657b83 URxvt.cursorUnderline: false |