summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-01-07 02:55:24 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-01-07 02:55:55 +0100
commit5a2c23393b4e0a4566ed70f8774399096b8ef9fb (patch)
treed54f8dc6a56d235a846d3e3c1988b0912c1fff81
parent1bd52921ed0391d6df7844d90a2aa2a89f3ba515 (diff)
xinit: added the configuration file
This script currently tries to do the following: - start the screensaver/screenlocker daemon - start pulseaudio daemon - set the desktop wallpaper - exectutes the window manager Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r--user/.xinitrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/user/.xinitrc b/user/.xinitrc
new file mode 100644
index 0000000..efe75e0
--- /dev/null
+++ b/user/.xinitrc
@@ -0,0 +1,12 @@
+# start the screensaver daemon
+xscreensaver -no-splash &
+
+# start pulseaudio
+/usr/bin/start-pulseaudio-x11 &
+
+# set the wallpaper
+feh --bg-fill ~/Images/background &
+
+# start the window manager
+exec i3
+exec wmii