xresources: urxvt modules for url and text selection

This commit is contained in:
Marcel Kapfer 2017-08-10 09:51:08 +02:00
parent dcde5affe5
commit c54a3a83a7
1 changed files with 10 additions and 3 deletions

View File

@ -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