1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-21 15:06:06 +02:00

rxvt url clicable

This commit is contained in:
eoli3n 2016-03-28 11:49:40 +02:00
parent 9f81426daa
commit c617320edb

View File

@ -1,16 +1,19 @@
URxvt*scrollBar: False
URxvt.font: xft: hack:style=Medium:size=10
URxvt.perl-ext-common: default,matcher
URxvt*.depth: 32
URxvt*.background: [90]#202020
URxvt*.fadeColor: #202020
! url open
URxvt.perl-ext-common: default,matcher
URxvt.matcher.button: 1
URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.rend.0: Uline Bold fg5
URxvt.colorUL: #4682B4
URxvt.keysym.C-Delete: perl:matcher:last
URxvt.keysym.M-Delete: perl:matcher:list
! do not scroll with output
URxvt*scrollTtyOutput: false