urxvt url and clipboard fixes
This commit is contained in:
parent
0623db7802
commit
1490f89129
1 changed files with 5 additions and 4 deletions
|
@ -1,21 +1,22 @@
|
||||||
URxvt.perl-ext-common: default,matcher
|
! URxvt.perl-ext-common: default,matcher,clipboard
|
||||||
|
URxvt.perl-ext-common: default,clipboard,matcher,keyboard-select
|
||||||
URxvt.url-launcher: /usr/bin/firefox
|
URxvt.url-launcher: /usr/bin/firefox
|
||||||
URxvt.matcher.button: 1
|
! URxvt.url-select.underline: true
|
||||||
|
URxvt.matcher.button: 2
|
||||||
URxvt.matcher.rend.0: fg5
|
URxvt.matcher.rend.0: fg5
|
||||||
|
|
||||||
! Irc
|
! Irc
|
||||||
URxvt.urgentOnBell: True
|
URxvt.urgentOnBell: True
|
||||||
|
|
||||||
URxvt.scrollBar: false
|
URxvt.scrollBar: false
|
||||||
|
|
||||||
URxvt.font: xft:Monospace:size=9
|
URxvt.font: xft:Monospace:size=9
|
||||||
URxvt.letterSpace: -1
|
URxvt.letterSpace: -1
|
||||||
|
|
||||||
! Copy-paste
|
! Copy-paste
|
||||||
URxvt.perl-ext-common: default,clipboard
|
|
||||||
URxvt.iso14755: False
|
URxvt.iso14755: False
|
||||||
URxvt.keysym.Shift-Control-C: perl:clipboard:copy
|
URxvt.keysym.Shift-Control-C: perl:clipboard:copy
|
||||||
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
|
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
|
||||||
|
URxvt.keysym.Shift-M-Control-V: perl:clipboard:paste_escaped
|
||||||
|
|
||||||
!!!!!!!!! COLORS !!!!!!!!!!!
|
!!!!!!!!! COLORS !!!!!!!!!!!
|
||||||
URxvt.depth: 32
|
URxvt.depth: 32
|
||||||
|
|
Loading…
Reference in a new issue