From ef030318d8e4afaa10431a1df4edd5150a9733d9 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 27 Dec 2018 13:42:30 +0000 Subject: [PATCH] urxvt: update extensions url-select has been deprecated in favour of urxvt's builtin matcher extension, however it does not support vi-like bindings. Keeping url-select. --- Xresources | 1 + urxvt/autocomplete-ALL-the-things | 2 +- urxvt/perls | 2 +- xprofile | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Xresources b/Xresources index 4f311f6..e0211f2 100644 --- a/Xresources +++ b/Xresources @@ -30,6 +30,7 @@ URxvt.url-select.underline: true ! {{{2 keyboard-select URxvt.keysym.C-S-space: perl:keyboard-select:activate URxvt.keysym.C-question: perl:keyboard-select:search +URxvt.keyboard-select.clipboard: false ! {{{2 clipboard URxvt.keysym.C-C: eval:selection_to_clipboard URxvt.keysym.C-V: eval:paste_clipboard diff --git a/urxvt/autocomplete-ALL-the-things b/urxvt/autocomplete-ALL-the-things index 5f9e3d9..903032d 160000 --- a/urxvt/autocomplete-ALL-the-things +++ b/urxvt/autocomplete-ALL-the-things @@ -1 +1 @@ -Subproject commit 5f9e3d9e997c39dbda9c37080ab596733ee52623 +Subproject commit 903032d7d49ede343b0719ed78df4ab6f6308809 diff --git a/urxvt/perls b/urxvt/perls index e7bd5d2..1f4897c 160000 --- a/urxvt/perls +++ b/urxvt/perls @@ -1 +1 @@ -Subproject commit e7bd5d2b94d9f4032e058d8a0b8ee3fe8a985b50 +Subproject commit 1f4897ccdd9b7ddc848dda8919d3a4e0186bf535 diff --git a/xprofile b/xprofile index 7189229..976785e 100644 --- a/xprofile +++ b/xprofile @@ -1,8 +1,9 @@ #!/usr/bin/env bash -URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/perls URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/autocomplete-ALL-the-things URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/font-size +URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/perls +URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/perls/deprecated export URXVT_PERL_LIB urxvtd -q -o & -- 2.48.1