updated Xresources

This commit is contained in:
Tobias Schmidl 2016-11-02 16:36:57 +01:00
parent 393e204c0a
commit 37c8a5dae0

View file

@ -43,10 +43,10 @@
URxvt.depth: 32 URxvt.depth: 32
URxvt.scrollBar: false URxvt.scrollBar: false
URxvt.font: xft:Hack-8:regular URxvt.font: xft:Hack-9:regular
URxvt.boldFont: xft:Hack-8:bold URxvt.boldFont: xft:Hack-9:bold
URxvt.italicfont: xft:Hack-8:italic URxvt.italicfont: xft:Hack-9:italic
URxvt.bolditalicFont: xft:Hack-8:bold:italic URxvt.bolditalicFont: xft:Hack-9:bold:italic
URxvt.letterSpace: -2 URxvt.letterSpace: -2
URxvt.perl-ext-common: default,matcher,bell-command URxvt.perl-ext-common: default,matcher,bell-command
! this setting assumes that the current browser is set correctly via update-alternatives ! 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.urgentOnBell: true
URxvt.saveLines: 65535 URxvt.saveLines: 65535
URxvt.bell-command: notify-send "Bell rang" "The bell rang in URxvt" 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 with solarized colors
URxvt.background: S_base03 URxvt.background: rgba:0000/2b00/3600/c000
URxvt.foreground: S_base0 URxvt.foreground: S_base0
URxvt.fading: 40 ! URxvt.fading: 40
URxvt.fadeColor: S_base03 URxvt.fadeColor: S_base03
URxvt.color0: S_base03 URxvt.color0: S_base03
URxvt.color1: S_red URxvt.color1: S_red
@ -79,6 +81,10 @@ URxvt.color13: S_violet
URxvt.color14: S_cyan URxvt.color14: S_cyan
URxvt.color15: S_base3 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 --------------------------------------------------------------- ! Xft settings ---------------------------------------------------------------