Update urxvt extensions.

This commit is contained in:
David Tomaschik
2017-04-14 10:29:23 -07:00
parent 63e845904e
commit 63806dec01

View File

@@ -17,7 +17,7 @@ URxvt.geometry: 90x30
URxvt.transparent: false URxvt.transparent: false
URxvt.fading: 0 URxvt.fading: 0
URxvt.urgentOnBell: true URxvt.urgentOnBell: true
URxvt.visualBell: true URxvt.visualBell: false
URxvt.loginShell: true URxvt.loginShell: true
URxvt.saveLines: 50000 URxvt.saveLines: 50000
URxvt.internalBorder: 2 URxvt.internalBorder: 2
@@ -35,9 +35,11 @@ URxvt.scrollStyle: rxvt
URxvt.scrollBar: false URxvt.scrollBar: false
! Perl extensions ! Perl extensions
URxvt.perl-ext-common: default,matcher URxvt.perl-ext-common: default,matcher,resize-font
URxvt.matcher.button: 1 URxvt.matcher.button: 1
URxvt.urlLauncher: firefox URxvt.urlLauncher: /usr/bin/xdg-open
URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up
! Cursor ! Cursor
URxvt.cursorBlink: true URxvt.cursorBlink: true
@@ -46,6 +48,7 @@ URxvt.cursorUnderline: false
! Pointer ! Pointer
URxvt.pointerBlank: true URxvt.pointerBlank: true
! Solarized colors begin
URxvt.background: #002b36 URxvt.background: #002b36
URxvt.foreground: #657b83 URxvt.foreground: #657b83
URxvt.fadeColor: #002b36 URxvt.fadeColor: #002b36