ChinaUnix.net
相关文章推荐:

urxvt

很久之前的配置,不知道从哪google来的 ! DPI Set Xft.antialias: 1 Xft.dpi: 98 Xft.hinting: 1 Xft.hintstyle: hintfull Xft.rgba: rgb ! Input Method set  urxvt.inputMethod: xim urxvt.imFont: LiHei Pro urxvt.preeditType: Root urxvt.thickness: 0 ! window geometry set  urxvt.geometry: 80x28+40+40 urxvt.title: Rxvt-Unicode ! Perl Script set,需要开启perl的USE才能用 urxvt.url...

by nonplus - Linux文档专区 - 2009-03-28 16:50:21 阅读(596) 回复(0)

相关讨论

一直以为urxvt在刷屏(如 emerge xxx)时,无法用滚轮可以上翻到某个位置,屏幕不滚动。 今天发现原来有解。。。 urxvt.mouseWheelScrollPage:True urxvt.scrollTtyOutput:False urxvt.scrollTtyKeypress:True urxvt.scrollWithBuffer:True 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/67697/showart_1913239.html

by nonplus - Linux文档专区 - 2009-04-28 17:17:43 阅读(598) 回复(0)

无透明的设置 urxvtc -fn "xft:serif:pixelsize=13" -bg LightYellow -cr 8 -tn rxvt -sl 65535 -sr -bc -tr -tint white -sh 80 urxvtc -fn "xft:serif:pixelsize=13" -fg lightgray -cr 2 -tn rxvt -sl 65535 -sr -bc -tr -tint white -sh 70 以下是进行透明背景的设置 urxvtc -fg lightgray -cr 2 -bc -tr -tint white -sh 70 -fn "xft:serif:pixelsize=13" -tn rxvt -sl 65535 -sr urxvtc -bg lightyellow -cr 8 -bc -t...

by zyl19861126 - Linux文档专区 - 2008-04-22 22:47:42 阅读(1090) 回复(0)

各位好. 我是用 fedora core3, 換了個wm, 由gnome換成qvwm. 在系統上裝了urxvt 代替xterm. 問題是, 當我使用ls時, 系統的檔案及資料夾並沒有以顏色來顯示類型.. 我在 $HOME/.bashrc 上已經加了 eval `dircolors -b` 再在登入後用命令set, 看到 LC_COLORS 是空的.... 沒有參數. 但好怪的, 我用putty, 在winodws上登入linux, 但在putty上能顯示ls的顏色.. 再用set看, LC_COLORS是有參數的. 請問我應該怎樣才可以在 urxvt 內顯示...

by 惠繪洋 - Linux新手园地 - 2007-03-07 17:02:13 阅读(2151) 回复(3)

! ~/.Xdefaults or /etc/X11/app-defaults/urxvt ! ! sudo apt-get install rxvt-unicode-ml ! urxvt.saveLines: 4096 ! ==> 80x40, for my urxvt.geometry:83x42 ! urxvt.reverseVideo: yes urxvt.background:black ! urxvt.foreground:white urxvt.foreground:gray urxvt.colorBD:yellow urxvt.colorUL:green urxvt.color12:DodgerBlue ! urxvt.termName: rxvt-unicode urxvt.termName: rxvt urxvt.loginShell: yes urxvt.scroll...

by xyhe - Linux文档专区 - 2007-01-31 23:18:13 阅读(747) 回复(0)

我的.Xresources Xft.dpi:96 Rxvt.multichar_encoding:gb Rxvt.geometry:200x53 Rxvt.font:7x14 Rxvt.mfont: -isas-fangsong ti-medium-r-normal--0-0-72-72-c-0-gb2312.1980-0 Rxvt.background:black Rxvt.foreground:white Rxvt.scrollstyle:rxvt Rxvt.scrollBar:True Rxvt.scrollBar_right:True Rxvt.saveLines:10000 Rxvt.inputMethod: scim Rxvt.visualBell: False urxvt.inheritPixmap: true urxvt.tintColor: white URx...

by gonel - Linux新手园地 - 2007-01-18 14:29:08 阅读(2204) 回复(0)

这两天换了一台机器,突然发现启动urxvt好像变得很慢的样子,于是又试了一下原来的机器,这才觉得不过是五十步与百步的差别罢了。在网上查了一下,说是和imput method有关的设定,只要在resource里面加上 urxvt*preeditType:Root 就行了 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/8091/showart_109467.html

by fangzhang - BSD文档中心 - 2006-05-07 20:32:15 阅读(1280) 回复(0)

可以说urxvt是一个有full features的xterm. 贴一下我的配置,说不定以后还有机会用到。 urxvt.font:xft:NSimSun:pixelsize=12:antialias=true,xft:Sans:pixelsize=12:antialias=true urxvt.visualBell: False urxvt.inheritPixmap: true urxvt.tintColor: white urxvt.cursorBlink:true urxvt.fading: 60 urxvt.fadeColor: green urxvt.scrollBar:false urxvt.saveLines: 2000 urxvt.borderLess: true urxvt.colorBD: white...

by anthonyho - Linux文档专区 - 2006-05-12 10:30:41 阅读(904) 回复(0)

需要用 hsetroot 设置背景图片。 $ hsetroot /path/to/background.png 其实只能算假透明 :-) 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/28570/showart_414325.html

by chenyuehao - Linux文档专区 - 2007-11-04 19:00:14 阅读(666) 回复(0)

主要是看代码眼睛舒服

by sw2wolf - BSD - 2013-10-30 22:55:04 阅读(18521) 回复(13)

一开始我装了FVWM 2.3.x,我的F7定义打开urxvt作为X下的控制台,几乎是一按F7,urxvt的窗口就弹出来,后来装了FVWM 2.5.x,几乎要十几秒,urxvt才能启动。我把FVWM 2.5.x卸了,再装会2.3.x,问题依旧。这个问题我在Linux下也碰倒过。 有用FVWM的碰到过类似的问题吗?

by WinterHoo - BSD - 2005-11-23 11:42:25 阅读(1070) 回复(1)