diff options
| author | 大和でなり <daenarii@protonmail.com> | 2018-05-11 23:15:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-11 23:15:12 +0800 |
| commit | 9b844ed5df69edffb64c5a1e00ef37323321c2e3 (patch) | |
| tree | d5d30e27594bbe507d1356a75d8a597610c04315 | |
| parent | 7b4bc248a8dbc1985045b3fe5185af2a3aee77d0 (diff) | |
| download | eibhear-9b844ed5df69edffb64c5a1e00ef37323321c2e3.tar.gz eibhear-9b844ed5df69edffb64c5a1e00ef37323321c2e3.tar.zst eibhear-9b844ed5df69edffb64c5a1e00ef37323321c2e3.zip | |
Update URxvt URL launcher to use linkhandler
| -rw-r--r-- | .Xdefaults | 4 |
1 files changed, 2 insertions, 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 |
