diff --git a/x/Xresources b/x/Xresources index 24d5248..15db1c3 100644 --- a/x/Xresources +++ b/x/Xresources @@ -65,10 +65,17 @@ URxvt.saveLines:16384 ! True Transparency, opacity percentage set in square brackets before URxvt.background colour URxvt.depth: 32 -! Clickble URLs -URxvt.perl-ext-common: default,matcher -URxvt.url-launcher: /usr/bin/google-chrome-unstable +! Load URxvt extensions +URxvt.perl-ext-common: default,matcher,keyboard-select + +! URLs +URxvt.url-launcher: /usr/bin/xdg-open URxvt.matcher.button: 3 +URxvt.keysym.M-u: matcher:select + +! keyboard select +URxvt.keysym.M-Escape: perl:keyboard-select:activate +URxvt.keysym.M-s: perl:keyboard-select:search ! Scrolling behavior URxvt*scrollTtyOutput: false