debian jessie에서 URxvt 9.20을 사용하고 있으며 gnome-terminal에 익숙한 것처럼 텍스트를 복사하여 붙여 넣는 방법을 찾고 있습니다 ( Ctrl+ Insert복사, Shift+ Insert붙여 넣기).
그것은 다른 urxvt 콘솔 내에서 작동 하지만 urxvt와 iceweasel 사이에서는 작동하지 않습니다.
나는의 설명서에 따라 시도 아치 리눅스 (실제로 사용하지 않더라도,하지만 작동하지 않습니다 Shift+ Ctrl+ C/ V그것은 가치가 시도했다).
.Xresources :
! ******************
! urxvt config
! ******************
! Disable Perl extension
! If you do not use the Perl extension features, you can improve the security
! and speed by disabling Perl extensions completely.
URxvt.perl-ext:
URxvt.perl-ext-common:
! Font spacing
! By default the distance between characters can feel too wide. It's controlled
! by this entry:
! URxvt.letterSpace: -1
! -- Fonts -- !
URxvt.font:xft:Monospace:pixelsize=13
URxvt.boldfont:xft:Monospace-Bold:pixelsize=13
!URxvt*font: -xos4-terminus-medium-*-*-*-14-*-*-*-*-*-iso8859-15,xft:terminus:pixelsize:12
!URxvt*boldFont: -xos4-terminus-bold-*-*-*-14-*-*-*-*-*-iso8859-15,xft:terminus:bold:pixelsize:12
!URxvt*italicFont: xft:Bitstream Vera Sans Mono:italic:autohint=true:pixelsize=12
!URxvt*boldItalicFont: xft:Bitstream Vera Sans Mono:bold:italic:autohint=true:pixelsize=12
! Disable scrollbar
!URxvt*scrollBar: false
! Scrollbar style - rxvt (default), plain (most compact), next, or xterm
URxvt.scrollstyle: plain
! Background color
!URxvt*background: black
URxvt*background: #1B1B1B
! Font color
!URxvt*foreground: white
URxvt*foreground: #00FF00
! Other colors
URxvt*color0: black
!URxvt*color1: red3
URxvt*color1: #CD0000
URxvt*color2: green3
!URxvt*color3: yellow3
URxvt*color3: #C4A000
URxvt*color4: blue2
!URxvt*color4: #3465A4
URxvt*color5: magenta3
URxvt*color6: cyan3
URxvt*color7: gray90
URxvt*color8: grey50
URxvt*color9: red
URxvt*color10: green
URxvt*color11: yellow
!URxvt*color12: blue
URxvt*color12: #3465A4
URxvt*color13: magenta
URxvt*color14: cyan
URxvt*color15: white
! ******************
! /urxvt config
! ******************
PRIMARY
은 Shift + Insert를 사용하여 선택을 사용하고 , 다른 시스템의 키 바인딩을 모방하려고하는 새 프로그램 CLIPBOARD
은 동일한 키 바인딩에 대한 선택을 붙여 넣습니다 . GTK +에서는 PRIMARY
마우스를 사용하지 않고 붙여 넣기가 더 어려워졌습니다 (@terdon과 같은 중간 클릭 또는 세 번째 버튼 에뮬레이션이 켜져있는 경우 왼쪽 + 오른쪽 클릭). 그러나 이것이 왜 프로그램이 데이터를 전달하지 않는지 설명하지만 아치 위키 제안이 작동하지 않는 이유가 궁금합니다.
xrdb
해야합니다 (이것은 xrdb ~.Xresources
비슷 해야합니다 ). 어느 쪽이든 다시 시작해야합니다 urxvt
. 일부 배포판에서는 perl 확장명을 가진 별도의 패키지를 설치해야 할 수도 있지만 이것은 rxvt-unicode
데비안 의 기본 패키지에 포함되어있는 것 같습니다 (실수 일 수도 있습니다).
$ xrdb -merge ~/.Xresource
먼저했습니다-예, urxvt를 다시 시작하거나 새로운 urxvt 터미널 창을 열었습니다. 이는 가장 중요한 포인트를 언급하는 것을 잊어 버린 것과 같은 효과가 있습니다. 데스크톱 환경이 설치되어 있지 않습니다. m Windows 관리자 (i3wm) 만 사용-그래픽 로그인 관리자를 사용합니다