From afb711f7057b4716b68dbd4f89ae4bce4de01d09 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 1 Dec 2020 17:32:00 -0800 Subject: x11: align variables --- Xresources | 34 ++++++++++++++++++---------------- 1 file 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 -- cgit 1.4.1