urxvt clickable URLs
This commit is contained in:
parent
287d2b194d
commit
53e75b3b9d
1 changed files with 6 additions and 0 deletions
|
@ -5,3 +5,9 @@ URxvt*.depth: 32
|
||||||
URxvt*.background: [95]#000000
|
URxvt*.background: [95]#000000
|
||||||
URxvt*.foreground: #ffffff
|
URxvt*.foreground: #ffffff
|
||||||
URxvt*.scrollBar: false
|
URxvt*.scrollBar: false
|
||||||
|
URxvt*.perl-ext-common: default,clipboard,url-select,keyboard-select
|
||||||
|
URxvt*.url-select.launcher: chromium
|
||||||
|
URxvt*.url-select.underline: true
|
||||||
|
URxvt*.keysym.M-u: perl:url-select:select_next
|
||||||
|
URxvt*.keysym.M-Escape: perl:keyboard-select:activate
|
||||||
|
URxvt*.keysym.M-s: perl:keyboard-select:search
|
||||||
|
|
Loading…
Reference in a new issue