]> git.rmz.io Git - dotfiles.git/commitdiff
urxvt: update extensions
authorSamir Benmendil <me@rmz.io>
Thu, 27 Dec 2018 13:42:30 +0000 (13:42 +0000)
committerSamir Benmendil <me@rmz.io>
Thu, 27 Dec 2018 13:42:54 +0000 (13:42 +0000)
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
urxvt/autocomplete-ALL-the-things
urxvt/perls
xprofile

index 4f311f6114d09780f5a5dfdff6acc812c23dd631..e0211f24d2e890c443703bec3cd97edfeda9e4e9 100644 (file)
@@ -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
index 5f9e3d9e997c39dbda9c37080ab596733ee52623..903032d7d49ede343b0719ed78df4ab6f6308809 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 5f9e3d9e997c39dbda9c37080ab596733ee52623
+Subproject commit 903032d7d49ede343b0719ed78df4ab6f6308809
index e7bd5d2b94d9f4032e058d8a0b8ee3fe8a985b50..1f4897ccdd9b7ddc848dda8919d3a4e0186bf535 160000 (submodule)
@@ -1 +1 @@
-Subproject commit e7bd5d2b94d9f4032e058d8a0b8ee3fe8a985b50
+Subproject commit 1f4897ccdd9b7ddc848dda8919d3a4e0186bf535
index 718922909ef294be364ec0c5e98ed13e20075076..976785e7d469deebf88cb0920ca7a4382d1ebef7 100644 (file)
--- 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 &