Commit 6e399314 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Call wallpaper script from .xsessionrc

parent d54c9ac2
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2,15 +2,13 @@

### Per-user-session graphical services ###

~/.shell/bin/wallpaper &

# Light-locker MUST be run from within the user session 
if has light-locker; then
	light-locker &
fi

if has nitrogen && has python; then
	~/.shell/bin/nitrogen &
fi

if has guake; then
	guake &
fi