aboutsummaryrefslogtreecommitdiffstats
path: root/.xinitrc
blob: e19279f47d783505331d552f5e4ecf7d8e9509ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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 &

exec mate-session