Merge pull request #47 from Daenarii/patch-5
Update URxvt URL launcher to use linkhandler
This commit is contained in:
commit
c8c1296f22
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ URxvt.perl-ext-common: default,matcher,resize-font,url-select,keyboard-select
|
||||||
URxvt.colorUL: #4682B4
|
URxvt.colorUL: #4682B4
|
||||||
!! url-select
|
!! url-select
|
||||||
URxvt.keysym.M-u: perl:url-select:select_next
|
URxvt.keysym.M-u: perl:url-select:select_next
|
||||||
URxvt.url-select.launcher: webview
|
URxvt.url-select.launcher: linkhandler
|
||||||
URxvt.url-select.underline: true
|
URxvt.url-select.underline: true
|
||||||
!! keyboard-select:
|
!! keyboard-select:
|
||||||
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
||||||
|
@ -49,7 +49,7 @@ URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
||||||
URxvt.resize-font.smaller: C-Down
|
URxvt.resize-font.smaller: C-Down
|
||||||
URxvt.resize-font.bigger: C-Up
|
URxvt.resize-font.bigger: C-Up
|
||||||
!! Matcher
|
!! Matcher
|
||||||
URxvt.url-launcher: webview
|
URxvt.url-launcher: linkhandler
|
||||||
URxvt.matcher.button: 1
|
URxvt.matcher.button: 1
|
||||||
|
|
||||||
rofi.color-enabled: true
|
rofi.color-enabled: true
|
||||||
|
|
Loading…
Reference in a new issue