From a0de7f3b5642456c1e281cd444a4ea4fd8159e1d Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Fri, 21 Oct 2016 10:30:40 +0200 Subject: [PATCH] use ubuntu font and lol xterm --- config/Xresources | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/config/Xresources b/config/Xresources index e658ae5..e3a78df 100644 --- a/config/Xresources +++ b/config/Xresources @@ -99,30 +99,11 @@ URxvt.iso14755: false URxvt.iso14755_52: false ! Use a nice truetype font and size by default... -URxvt.font: xft:Source Code Pro:size=11,xft:Consolas:size=11 +URxvt.font: xft:Ubuntu Mono:size=11,xft:Consolas:size=11 !URxvt.letterSpace: 0 ! Foreground and transparent background ([xx] == xx% opacity) URxvt.depth: 32 !urxvt*background: [75]rgb:00/00/00 - - -! xterm -! ----- - -! Use a nice truetype font and size by default... -xterm*faceName: Source Code Pro for Powerline -xterm*faceSize: 10 - -! double-click to select whole URLs :D -xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48 - -xterm*foreground: rgb:f8/f8/f8 -xterm*background: rgb:00/00/00 - -! Using alt as a meta key. -XTerm*metaSendsEscape: true - - ! vim: foldmethod=marker