From 37c8a5dae0ab8b37e5babc5c6708e852d5bdab31 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Wed, 2 Nov 2016 16:36:57 +0100 Subject: [PATCH] updated Xresources --- Xresources | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/Xresources b/Xresources index fd31373..d2eb442 100644 --- a/Xresources +++ b/Xresources @@ -43,10 +43,10 @@ URxvt.depth: 32 URxvt.scrollBar: false -URxvt.font: xft:Hack-8:regular -URxvt.boldFont: xft:Hack-8:bold -URxvt.italicfont: xft:Hack-8:italic -URxvt.bolditalicFont: xft:Hack-8:bold:italic +URxvt.font: xft:Hack-9:regular +URxvt.boldFont: xft:Hack-9:bold +URxvt.italicfont: xft:Hack-9:italic +URxvt.bolditalicFont: xft:Hack-9:bold:italic URxvt.letterSpace: -2 URxvt.perl-ext-common: default,matcher,bell-command ! this setting assumes that the current browser is set correctly via update-alternatives @@ -55,12 +55,14 @@ URxvt.matcher.button: 1 URxvt.urgentOnBell: true URxvt.saveLines: 65535 URxvt.bell-command: notify-send "Bell rang" "The bell rang in URxvt" -URxvt.termName: rxvt-256color +! URxvt.termName: rxvt-256color +URxvt.secondaryScroll: true +URxvt.secondaryScreen: true ! URxvt with solarized colors -URxvt.background: S_base03 +URxvt.background: rgba:0000/2b00/3600/c000 URxvt.foreground: S_base0 -URxvt.fading: 40 +! URxvt.fading: 40 URxvt.fadeColor: S_base03 URxvt.color0: S_base03 URxvt.color1: S_red @@ -79,6 +81,10 @@ URxvt.color13: S_violet URxvt.color14: S_cyan URxvt.color15: S_base3 +URxvt.keysym.Home: \033[1~ +URxvt.keysym.End: \033[4~ +URxvt.keysym.KP_Home: \033[1~ +URxvt.keysym.KP_End: \033[4~ ! Xft settings ---------------------------------------------------------------