Update URxvt URL launcher to use linkhandler
This commit is contained in:
parent
7b4bc248a8
commit
9b844ed5df
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
|
||||
!! url-select
|
||||
URxvt.keysym.M-u: perl:url-select:select_next
|
||||
URxvt.url-select.launcher: webview
|
||||
URxvt.url-select.launcher: linkhandler
|
||||
URxvt.url-select.underline: true
|
||||
!! keyboard-select:
|
||||
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.bigger: C-Up
|
||||
!! Matcher
|
||||
URxvt.url-launcher: webview
|
||||
URxvt.url-launcher: linkhandler
|
||||
URxvt.matcher.button: 1
|
||||
|
||||
rofi.color-enabled: true
|
||||
|
|
Loading…
Reference in a new issue