aboutsummaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-01-06 10:16:16 -0700
committershmibs <shmibs@gmail.com>2014-01-06 10:16:16 -0700
commiteb52ab2616e8e004499333656307d01c45c369ef (patch)
treea704f4c2abbfabb4dd2867cd333db48b3e323811 /.xinitrc
downloaddotfiles-eb52ab2616e8e004499333656307d01c45c369ef.tar.gz
initial commit
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