From b26d76155565e11e91b07ef522d9094e39fc6958 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Tue, 28 Apr 2020 01:13:57 +0200 Subject: Changed terminal font to mononoki and removed urxvt url-select. --- files/rcs/.Xresources | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/files/rcs/.Xresources b/files/rcs/.Xresources index 70269d8..25c911a 100644 --- a/files/rcs/.Xresources +++ b/files/rcs/.Xresources @@ -47,15 +47,14 @@ URxvt.scrollBar: false !URxvt.depth: 32 !URxvt.background: [90]#050505 -*.font: inconsolata:size=12 -URxvt.font: xft:inconsolata:size=10,xft:symbola -! URxvt.font: xft:mononoki:size=9,xft:symbola +!*.font: inconsolata:size=12 +*.font: mononoki:size=12 +! URxvt.font: xft:inconsolata:size=10,xft:symbola +URxvt.font: xft:mononoki:size=10,xft:symbola ! URxvt.font: xft:envy code r:size=9,xft:symbola ! Leaving this blank stops perl from being initialized !URxvt.perl-ext: -URxvt.perl-ext-common: default,url-select,font-size +URxvt.perl-ext-common: default,font-size URxvt.keysym.C-equal: font-size:reset -URxvt.keysym.M-u: perl:url-select:select_next -URxvt.url-select.launcher: qutebrowser -URxvt.url-select.underline: true + -- cgit v1.2.1