From c9b9488d3371d065f8249956230da3b2fdbba37d Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Thu, 10 Oct 2019 15:41:24 -0400 Subject: [PATCH] Rename xterm -> urxvt, change to Nerd fonts --- {xterm => urxvt}/.Xresources | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) rename {xterm => urxvt}/.Xresources (80%) diff --git a/xterm/.Xresources b/urxvt/.Xresources similarity index 80% rename from xterm/.Xresources rename to urxvt/.Xresources index d30f8d0..27ee3d6 100644 --- a/xterm/.Xresources +++ b/urxvt/.Xresources @@ -45,11 +45,18 @@ *.colorUL: #528b8b ! Can use backup fonts -> 1,2,3,etc.. -URxvt.font: xft:Source Code Pro:size=10,xft:Code2000:size=10,xft:Powerline Consolas:size=10 +!URxvt.font: xft:Source Code Pro:size=10,xft:Code2000:size=10,xft:Powerline Consolas:size=10,xft:Icons:size=10,xft:Inconsolata Nerd Font Mono:size=15 + +! Fix the fonts +!URxvt.font: xft:SauceCodePro\ NF:size=10 +!,xft:Powerline Consolas:size=10 +!URxvt.font: xft:InconsolataNerdFont +URxvt.font: xft:Source Code Pro:size=10,xft:Inconsolata Nerd Font Mono:size=15 +!URxvt.letterSpace: -1 -!URxvt.font: xft:Hack Regular:size=10 URxvt.depth: 32 URxvt*scrollBar: false -URxvt*mouseWheelScrollPage: false -URxvt*cursorBlink: tru +URxvt*mouseWheelScrollPage: true +URxvt*cursorBlink: true +*URxvt.perl-ext-common: extosc-xterm-clipboard