Add selection-to-clipboard URxvt plugin
This commit is contained in:
parent
0f94d0b884
commit
68aaa314dd
1 changed files with 4 additions and 2 deletions
|
@ -35,8 +35,10 @@ URxvt.visualBell: false
|
|||
! default. Fix it by setting the letterspace to a negative value.
|
||||
URxvt.letterSpace: -2
|
||||
|
||||
! Enable the url-select plugin along with the default plugins.
|
||||
URxvt.perl-ext-common: default,url-select
|
||||
! Enable the url-select plugin along with the default plugins. Also
|
||||
! enable the selection-to-clipboard plugin so that the primary
|
||||
! selection gets added to the clipboard as well.
|
||||
URxvt.perl-ext-common: default,url-select,selection-to-clipboard
|
||||
|
||||
! Use Conkeror to open URLs
|
||||
URxvt.url-launcher: conkeror
|
||||
|
|
Loading…
Reference in a new issue