From 03589fe901d712109e8f62cc92b4a3ecc73a042c Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 29 May 2017 12:58:35 +0200 Subject: [PATCH] urxvt uses nerdfont --- urxvt/.Xresources.thinkpad | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/urxvt/.Xresources.thinkpad b/urxvt/.Xresources.thinkpad index c76555e..9d99538 100644 --- a/urxvt/.Xresources.thinkpad +++ b/urxvt/.Xresources.thinkpad @@ -19,7 +19,7 @@ rofi.padding: 500 ! Xft settings !------------------------------------------------------------------------------- -Xft.dpi: 220 +Xft.dpi: 160 Xft.antialias: false Xft.rgba: rgb Xft.hinting: true @@ -36,28 +36,29 @@ URxvt.depth: 32 URxvt.geometry: 90x30 URxvt.transparent: true URxvt.fading: 0 -! URxvt.urgentOnBell: true -! URxvt.visualBell: true URxvt.loginShell: true URxvt.saveLines: 200 URxvt.internalBorder: 3 URxvt.lineSpace: 0 ! Fonts -URxvt.allow_bold: false -URxvt*font: xft:DejaVu Sans Mono for Powerline:size=10 -URxvt*boldFont: xft:Dejavu Sans Mono for Powerline:size=10 +URxvt*font: xft:DejaVuSansMonoForPowerline Nerd Font:size=10 +URxvt*boldFont: xft:DejaVuSansMonoForPowerline Nerd Font:size=10 +!URxvt*boldFont: xft:Dejavu Sans Mono Bold for Powerline Nerd Font:size=10 ! Fix font space -URxvt*letterSpace: -1 +! URxvt*letterSpace: -1 ! Scrollbar URxvt.scrollStyle: rxvt URxvt.scrollBar: false -! Perl extensions +! URL handling URxvt.matcher.button: 1 URxvt.urlLauncher: qutebrowser +URxvt.keysym.C-Delete: perl:matcher:last +URxvt.keysym.M-Delete: perl:matcher:list + ! Cursor URxvt.cursorBlink: true