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

exec mate-session