public
Description: home and config
Homepage: qiukun.is-programmer.com
Clone URL: git://github.com/qiukun/hmandcon.git
qiukun (author)
Sun Oct 11 00:37:14 -0700 2009
commit  327db301927e307afc3497c744f62245627fabe3
tree    9b7ec6e53664069b795bb12b2f955984b9b073d4
parent  80961deea6bba4f821782d038093ee3dde7765a7
hmandcon / .xinitrc
100755 70 lines (56 sloc) 1.272 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#!/bin/sh
 
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#
 
#Something
#alias gvim='gvim -c "call Maximize_Window()"'
alias hv3='~/hv3/hv3-linux-nightly-08_0203'
alias cm='xset dpms force off'
alias tb='thunderbird'
export PATH=$PATH:$HOME/shuge_desktop/shuge-desktop-latest/:/opt/dropbox
 
#Set LOCALE
export LC_ALL="zh_CN.UTF-8"
export LANG="zh_CN.UTF-8"
export LC_COLLATE="zh_CN.UTF-8"
 
#Xrdb
xrdb < ~/.Xresources
 
export QT_IM_MODULE=xim
export XMODIFIERS="@im=SCIM"
export XIM=SCIM
 
#Set scim-bridge
#export XIM_PROGRAM="/usr/bin/scim"
#export XIM_ARGS="-d"
#export GTK_IM_MODULE=scim-bridge
#export QT4_IM_MODULE=scim-bridge
scim -d &
 
#Set ibus
#export XMODIFIERS=@im=ibus
#export GTK_IM_MODULE=ibus
#export QT4_IM_MODULE=ibus
#
#ibus &
 
#Set Openoffice
export OOO_FORCE_DESKTOP=gnome
 
#Set Java GUI for awesome
export AWT_TOOLKIT=MToolkit
 
#The trayer
#trayer --tint 0x930000 --widthtype request --edge top --height 16 &
 
#Num Lock
numlockx&
 
#shadows and translucency
#xcompmgr -c -t1 -l1 -r2 &
 
# exec gnome-session
# exec startkde
# exec startxfce4
# exec icewm
# exec openbox
# exec blackbox
# exec fluxbox
# exec ratpoison
# exec dwm
# exec jwm
#ck-launch-session startlxde
exec awesome
# ... or any other WM of your choosing ...