From c54a3a83a7b0ab2bd7073834daed1f97d7b3e242 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 10 Aug 2017 09:51:08 +0200 Subject: [PATCH] xresources: urxvt modules for url and text selection --- x/Xresources | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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