blob: efe75e059f2f2581f1f53454675ab7aadd015832 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|