xresources: urxvt modules for url and text selection
This commit is contained in:
parent
dcde5affe5
commit
c54a3a83a7
1 changed files with 10 additions and 3 deletions
13
x/Xresources
13
x/Xresources
|
@ -65,10 +65,17 @@ URxvt.saveLines:16384
|
||||||
! True Transparency, opacity percentage set in square brackets before URxvt.background colour
|
! True Transparency, opacity percentage set in square brackets before URxvt.background colour
|
||||||
URxvt.depth: 32
|
URxvt.depth: 32
|
||||||
|
|
||||||
! Clickble URLs
|
! Load URxvt extensions
|
||||||
URxvt.perl-ext-common: default,matcher
|
URxvt.perl-ext-common: default,matcher,keyboard-select
|
||||||
URxvt.url-launcher: /usr/bin/google-chrome-unstable
|
|
||||||
|
! URLs
|
||||||
|
URxvt.url-launcher: /usr/bin/xdg-open
|
||||||
URxvt.matcher.button: 3
|
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
|
! Scrolling behavior
|
||||||
URxvt*scrollTtyOutput: false
|
URxvt*scrollTtyOutput: false
|
||||||
|
|
Loading…
Reference in a new issue