aboutsummaryrefslogtreecommitdiffstats
path: root/.xinitrc
blob: 7197b1908848efd39a5c03b4b807c3c05478a57b (plain)
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
#merge Xresources
if [ -s ~/.Xresources ]
then
	xrdb -merge ~/.Xresources
fi

#add compose key
if [ -s ~/.Xmodmap ]
then
	xmodmap ~/.Xmodmap
fi

#urxvt daemon
urxvtd &

#smplayer screenshot tmp dir
if [ ! -d /tmp/smplayer_screenshots ]
then
	mkdir /tmp/smplayer_screenshots
fi

xsetroot -cursor_name left_ptr
compton -b -o 0.8 -r 10 -l -10 -t -10 --backend glx --paint-on-overlay &
ibus-daemon -x &
nitrogen --restore &

exec mate-session