-
Notifications
You must be signed in to change notification settings - Fork 2
/
xinitrc
41 lines (33 loc) · 863 Bytes
/
xinitrc
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
export XIM=hime
export XIM_PROGRAM=/usr/bin/hime
export XIM_ARGS=
export XMODIFIERS="@im=hime"
export GTK_IM_MODULE=hime
export QT_IM_MODULE=hime
export QT4_IM_MODULE=hime
export QT5_IM_MODULE=hime
#export XMODIFIERS="@im=fcitx"
#export GTK_IM_MODULE=fcitx
#export QT_IM_MODULE=fcitx
./bin/srandr
xmodmap ~/.Xmodmap
xrdb ~/.Xresources
urxvtd -q -o -f
# dbus-update-activation-environment --systemd DISPLAY
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh; do
[ -x "$f" ] && . "$f"
done
unset f
fi
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK
# albert &
# flameshot &
# hime &
# pcmanx &
# telegram-desktop &
# whalebird &
# xscreensaver &
# chromium --disk-cache-dir=/tmp/cache &
exec awesome -a >>~/.cache/awesome_stdout 2>>~/.cache/awesome_stderr