diff options
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/Xresources b/Xresources index 3681171..cd1ffa2 100644 --- a/Xresources +++ b/Xresources @@ -1,21 +1,23 @@ -URxvt.jumpScroll: true -URxvt.skipScroll: true -URxvt.saveLines: 32768 -URxvt.scrollBar: false +URxvt.jumpScroll: true +URxvt.skipScroll: true +URxvt.saveLines: 32768 +URxvt.scrollBar: false URxvt.internalBorder: 1 -URxvt.cursorBlink: 0 -URxvt.depth: 32 -URxvt.visualBell: off -URxvt.perl-ext: selection,mark-yank-urls,cwd-spawn,selection-to-clipboard -URxvt.scrollstyle: next -URxvt.font: xft:Source Code Pro:size=11 +URxvt.letterSpace: -1 +URxvt.cursorBlink: 0 +URxvt.depth: 32 +URxvt.visualBell: off +URxvt.perl-ext: selection,mark-yank-urls,cwd-spawn,selection-to-clipboard +URxvt.scrollstyle: next +URxvt.font: xft:Source Code Pro:size=11,xft:noto emoji:size=11 +URxvt.boldFont: xft:Source Code Pro:weight=bold:size=11,xft:noto emoji:weight=bold:size=11 -Xft.dpi: 141 -Xft.autohint: 0 -Xft.lcdfilter: lcddefault -Xft.hintstyle: hintslight -Xft.hinting: 1 +Xft.dpi: 141 +Xft.autohint: 0 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintslight +Xft.hinting: 1 Xft.antialias: 1 -Xft.rgba: rgb +Xft.rgba: rgb XTerm.vt100.termName: xterm-256color |