blob: f9660c49ef429dc22356008714271b7252b9ace9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# start the screensaver daemon
xscreensaver -no-splash &
# start pulseaudio
/usr/bin/start-pulseaudio-x11 &
# set the wallpaper
feh --bg-fill ~/Images/background &
# start the network manager applet
nm-applet &
# start the window manager
exec i3
exec wmii
|