From 5a2c23393b4e0a4566ed70f8774399096b8ef9fb Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 7 Jan 2015 02:55:24 +0100 Subject: 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 --- user/.xinitrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 user/.xinitrc 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 -- cgit v1.2.3