updated Xresources
This commit is contained in:
parent
393e204c0a
commit
37c8a5dae0
1 changed files with 13 additions and 7 deletions
20
Xresources
20
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 ---------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue