私は、Debian jessieでURxvt 9.20を使用しています。gnome-terminalで使用したようなテキストをコピー&ペーストする方法を探しています(Ctrl+ Insertコピー、Shift+ Insert貼り付け)。
異なるurxvtコンソール内で動作しますが、urxvtとiceweaselの間では動作しません。
私はarchlinuxのマニュアルに従って試してみましたが、うまくいきません(実際には使用したくありませんが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が言ったように中央クリック、または3番目のボタンエミュレーションがオンの場合は左+右クリック)。しかし、これはプログラムがプログラム間でデータを渡さない理由を説明していますが、なぜアーチwikiの提案が機能しなかったのでしょうか。
xrdb
(それがあるべきxrdb ~.Xresources
か、似たような)。いずれにしても、再起動する必要がありますurxvt
。一部のディストリビューションでは、perl拡張機能を備えた個別のパッケージをインストールする必要がありますが、これrxvt-unicode
はdebian のベースパッケージに含まれているようです(ただし、間違っている可能性があります)。
$ xrdb -merge ~/.Xresource
最初にした-はい、urxvtを再起動したか、新しいurxvtターミナルウィンドウを開いたが、これは最も重要なポイントを言及するのを忘れたのと同じ効果がある:デスクトップ環境がインストールされていない:-私はm Windowsマネージャー(i3wm)のみを使用-グラフィカルログインマネージャーを使用します