urxvt: fixed copy/paste hanging

master
Pierre Neidhardt 2014-03-07 23:56:38 +01:00
parent 0aa655600a
commit dd6ad75419
2 changed files with 3 additions and 5 deletions

View File

@ -28,8 +28,9 @@ URxvt.keysym.C-M-Escape: perl:keyboard-select:activate
URxvt.keysym.C-M-v: perl:clipboard:paste
URxvt.keysym.C-M-c: perl:clipboard:paste_escaped
! URxvt.clipboard.pastecmd: xclip -o -selection clipboard -quiet -d locahost:0
URxvt.clipboard.pastecmd: xclip -o -quiet
! URxvt.clipboard.copycmd: xclip -i -selection clipboard
URxvt.clipboard.autocopy: true
URxvt.clipboard.pastecmd: xclip -o -selection clipboard -quiet
URxvt.clipboard.copycmd: xclip -i -selection clipboard
!!==============================================================================
!! Font

View File

@ -230,9 +230,6 @@ Scripts
URxvt
-----
* Using the paste function from Muennich's clipboard on the same terminal where
text was copied will make it hang (and crash).
* There is a bug with Xft anti-aliased font that prevent w3m image preview from
working (too bad for ranger). Use non-Xft fonts as a workaround.