From a109db958494761ef69a6ea0c24d33c221d9ce52 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 27 Dec 2020 10:50:06 -0800 Subject: term: replace urxvt with alacritty There's a better support for unicode. --- Xresources | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'Xresources') diff --git a/Xresources b/Xresources index aa61fe3..e55425a 100644 --- a/Xresources +++ b/Xresources @@ -1,24 +1,7 @@ -URxvt.jumpScroll: true -URxvt.skipScroll: true -URxvt.saveLines: 32768 -URxvt.scrollBar: false -URxvt.internalBorder: 1 -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 - -URxvt.background: #FFFFE8 -URxvt.foreground: black - Xft.dpi: 141 Xft.autohint: 0 Xft.lcdfilter: lcddefault -Xft.hintstyle: hintslight +Xft.hintstyle: hintfull Xft.hinting: 1 Xft.antialias: 1 Xft.rgba: rgb -- cgit 1.4.1