changeset 10:4bf4065677ef

a
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 13 Nov 2009 22:36:01 +0900
parents 2eceeda82a9f
children 590cacb6b801
files Xdefaults fetchmailrc muttrc procmailrc screenrc vimrc xinitrc zshrc
diffstat 8 files changed, 45 insertions(+), 31 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
+
--- 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"
 
--- 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/
--- 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
 
--- 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 <C-]> :Gtags<CR>
-"map <C-]> :GtagsCursor<CR>
+"map <C-]> :Gtags<CR>
+map <C-]> :GtagsCursor<CR>
 "map <C-n> :cn<CR>
 "map <C-p> :cp<CR>
 
--- 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
--- 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