我在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,单击中键,如果打开了第三个按钮,则单击鼠标左键和右键)。但是,尽管这解释了为什么程序未在它们之间传递数据,但我想知道为什么Arch Wiki建议不起作用。
xrdb
(它应该是xrdb ~.Xresources
或类似的名称)。无论哪种方式,您都需要重新启动urxvt
。在某些发行版中,您可能需要安装带有perl扩展名的单独软件包,但这似乎包含rxvt-unicode
在debian 的基本软件包中(尽管我可能会误解)。
$ xrdb -merge ~/.Xresource
先做了-是的,我确实重新启动了urxvt,或打开了新的urxvt终端窗口,其效果与我忘记提到的最重要的一点相同:我没有安装桌面环境:-我m仅使用Windows管理器(i3wm)-我确实使用图形登录管理器