2006/08/30

[Linux] URxvt 的設定

嗯,說實話: gnome-terminal 實在慢到不行,

所以很多時候,雖然我還蠻喜歡它的字型 layout 的,不過就是慢啊。

所以後來我都改用 rxvt ,在 locale 改換 utf8 之後,就改用 rxvt-unicode ,

不過外觀就差多了。

還好 urxvt (就是 rxvt-unicode)可以改一些設定讓它更好看,

在參考 gentoo wiki 上面這篇 的說明之後,我又改了一個設定檔出來。

外觀大概長這樣:


URxvt.font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
URxvt.termName: rxvt
URxvt.background:black
URxvt.foreground:white
URxvt.font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
URxvt.termName: rxvt
URxvt.background:black
URxvt.foreground:white
URxvt.colorBD:yellow
URxvt.colorUL:green
URxvt.scrollBar:True
URxvt.inheritPixmap: True
URxvt.shading:100
URxvt.saveLines:15000
URxvt.color4:RoyalBlue4
URxvt.color12:SkyBlue2
URxvt.tintColor:Grey25
Rxvt.preeditType:Root
URxvt.borderLess:False
URxvt.titlea:anton's urxvt
URxvt.font:xft:Bitstream Vera Sans Mono:pixelsize=18:antialias=true,xft:Vera Sans YuanTi:pixelsize=18:antialias=true
#include "URxvt-local"

沒有留言:

[Windows] git-bash 底下的工具

因為工作轉到 Windows 平台上的關係,所以很多工具改到 Windows 上面運作,跟著在 TortoiseGit 底下使用 git-bash 來維護自己的專案原始碼。結果就是裝了前面提過的 auto-hotkey 使用熱鍵來提昇自己的平台操作速度; 但除了 hotkey...