summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-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