# HG changeset patch # User kent # Date 1258119361 -32400 # Node ID 4bf4065677efaa66cac16813090a6a63cc336af2 # Parent 2eceeda82a9fe581591bbb48dce6ac6203102a52 a diff -r 2eceeda82a9f -r 4bf4065677ef Xdefaults --- a/Xdefaults Sun Aug 16 14:30:17 2009 +0900 +++ b/Xdefaults Fri Nov 13 22:36:01 2009 +0900 @@ -34,13 +34,10 @@ !! RXVT -URxvt*font: xft:Kochi Gothic:antialias=true:size=9 -!URxvt*font: xft:Kochi Gothic:antialias=true:size=9, \ - !xft:Dejavu Sans Mono -!URxvt*font: xft:Kochi Gothic:antialias=true:size=11:spacing=20, \ - !xft:Dejavu Sans Mono +URxvt*font: xft:Kochi Gothic:antialias=true:size=11:spacing=20, \ + xft:Dejavu Sans Mono !URxvt*font: xft:IPAGothic-14:antialias=true -!URxvt*lineSpace: 1 +URxvt*lineSpace: 1 URxvt*foreground: White URxvt*background: Black URxvt*termName: xterm @@ -51,7 +48,7 @@ URxvt*tintColor: Green !!! red green blue cyan yellow magenta URxvt*inheritPixmap: true -URxvt*shading: 30 +URxvt*shading: 20 !URxvt*transparent: true URxvt.scrollstyle: next diff -r 2eceeda82a9f -r 4bf4065677ef fetchmailrc --- a/fetchmailrc Sun Aug 16 14:30:17 2009 +0900 +++ b/fetchmailrc Fri Nov 13 22:36:01 2009 +0900 @@ -8,4 +8,10 @@ protocol imap user "kent" ssl + keep +poll sanya.cr.ie.u-ryukyu.ac.jp + protocol imap + user "kent" + ssl + diff -r 2eceeda82a9f -r 4bf4065677ef muttrc --- a/muttrc Sun Aug 16 14:30:17 2009 +0900 +++ b/muttrc Fri Nov 13 22:36:01 2009 +0900 @@ -24,11 +24,13 @@ ### メールボックス # この'='は上記$folderの別名 # muttが常に監視するボックス 別になくてもいい +unmailboxes * mailboxes =inbox mailboxes =ie-admin mailboxes =GCC mailboxes =concurrency mailboxes =recruit +mailboxes =FujitsuBSC # oldボックス #mailboxes =inbox.old @@ -40,7 +42,8 @@ set postponed = "$folder/postponed" set include = yes #set smtp_url = smtp://k088511@nirai.ie.u-ryukyu.ac.jp:587/ -set smtp_url = smtps://kent@sanya.cr.ie.u-ryukyu.ac.jp:465/ +set smtp_url = smtps://kent@firefly.cr.ie.u-ryukyu.ac.jp:465/ +#set smtp_url = smtps://kent@firefly.cr.ie.u-ryukyu.ac.jp:587/ ## 最初はmsmtpを使ってたんだけど、必要ないっぽい。smtp_urlがあればignored #set sendmail = "/opt/local/bin/msmtp -a nirai" diff -r 2eceeda82a9f -r 4bf4065677ef procmailrc --- a/procmailrc Sun Aug 16 14:30:17 2009 +0900 +++ b/procmailrc Fri Nov 13 22:36:01 2009 +0900 @@ -29,6 +29,11 @@ * ^To:.*(concurrency@cr.ie.u-ryukyu.ac.jp|concurrency@ie.u-ryukyu.ac.jp) concurrency/ +# 富士通BSC +:0 H +* ^From:.*bsc.fujitsu.com +FujitsuBSC/ + :0 * .* inbox/ diff -r 2eceeda82a9f -r 4bf4065677ef screenrc --- a/screenrc Sun Aug 16 14:30:17 2009 +0900 +++ b/screenrc Fri Nov 13 22:36:01 2009 +0900 @@ -9,7 +9,7 @@ # ベル文字がbackgroundのwindowに送られるとメッセージ行に通知 bell_msg "bell文字がwindow %nに出力されました" # screenのカレントディレクトリ -chdir +#chdir # 無操作時の動作 #idle 10 blanker diff -r 2eceeda82a9f -r 4bf4065677ef vimrc --- a/vimrc Sun Aug 16 14:30:17 2009 +0900 +++ b/vimrc Fri Nov 13 22:36:01 2009 +0900 @@ -103,8 +103,8 @@ """GLOBAL設定 """/usr/local/share/vim/vim70/plugin/にgtags.vimをいれる """ -map :Gtags -"map :GtagsCursor +"map :Gtags +map :GtagsCursor "map :cn "map :cp diff -r 2eceeda82a9f -r 4bf4065677ef xinitrc --- a/xinitrc Sun Aug 16 14:30:17 2009 +0900 +++ b/xinitrc Fri Nov 13 22:36:01 2009 +0900 @@ -5,48 +5,49 @@ /usr/bin/xmodmap $HOME/.Xmodmap fi +if [ -f "$usermodmap" ]; then + xmodmap "$usermodmap" +fi + # japanese input method LANG="ja_JP.UTF-8" scim -d export XMODIFIERS="@im=SCIM" export GTK_IM_MODULE="scim" # terminals -export RXVT_SOCKET=$HOME/.rxvt_socket #urxvt & -#urxvt & -urxvtd -q -o& -#urxvtc +urxvt & # skippy #skippy & # pinboard of rox filemanager for background -rox --pinboard=Default +#rox --pinboard=Default #xterm & # window manager -exec startfluxbox -#exec twm -#xterm -if [ -f "$usermodmap" ]; then - xmodmap "$usermodmap" -fi - -# environment variable initialize - -export LANG=ja_JP.UTF_8 -export XMODIFIERS="@im=kinput2" +# start urxvt daemon. export RXVT_SOCKET=$HOME/.rxvt_socket +urxvtd -q -o -f # start some nice programs -/opt/local/bin/kinput2 -xim -canna& +#/opt/local/bin/kinput2 -xim -canna& #xterm & #/opt/local/bin/urxvt & -/opt/local/bin/urxvtd -q -o& + +# file manager's desktop initialize. +pcmanfm -d & + +# desktop panel +( sleep 10; pypanel &) & + +syndaemon -tKd # start the window manager -exec /usr/bin/quartz-wm +#exec /usr/bin/quartz-wm #exec wmaker - +#exec twm +#exec startfluxbox +exec openbox-session diff -r 2eceeda82a9f -r 4bf4065677ef zshrc --- a/zshrc Sun Aug 16 14:30:17 2009 +0900 +++ b/zshrc Fri Nov 13 22:36:01 2009 +0900 @@ -28,6 +28,7 @@ alias mail='msmtp --host=nirai.ie.u-ryukyu.ac.jp --port=587 --auth=plain --user=k088511 --from=kent@cr.ie.u-ryukyu.ac.jp' alias PASTE='xsel -o' alias COPY='xsel -i' +alias open='pcmanfm' setopt prompt_subst PROMPT='%{%}<%{%}%{%}%n%{%}:%{%}%m%{%}%{%}>%{%} ' @@ -53,6 +54,7 @@ zmodload zsh/complist export ZLS_COLORS="$LS_COLORS" +zle_highlight=(special:underline,bold,bg=magenta,fg=black isearch:bold,bg=cyan,fg=black region:bold,bg=yellow,fg=black) #disable mkdir