aboutsummaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
new file mode 100644
index 0000000..921b404
--- /dev/null
+++ b/.xinitrc
@@ -0,0 +1,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