summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc26
1 files changed, 26 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
new file mode 100644
index 0000000..7eedf1d
--- /dev/null
+++ b/.xinitrc
@@ -0,0 +1,26 @@
+# -*- mode: shell-script -*-
+
+# -----[ Set background ]---------------------------------------------
+hsetroot -center ~/pictures/wallpapers/2960x1050/wallpaper-680196.jpg
+
+# -----[ Modify keys ]------------------------------------------------
+xmodmap ~/.Xmodmap
+
+# -----[ Start some programs ]----------------------------------------
+conky
+numlockx &
+
+# mpdscribble
+pidof mpdscribble >& /dev/null
+if [ $? -ne 0 ]
+then
+ mpdscribble &
+fi
+
+# -----[ Start notifier ]---------------------------------------------
+/usr/bin/dunst \
+ -fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \
+ -nb "#252a2b" -nf "#eeeeec" &
+
+# -----[ Start session ]----------------------------------------------
+exec ck-launch-session /usr/bin/herbstluftwm 2>&1 > ~/.xsession_errors