Commit 000dce1e authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add nitrogen to GUI startup applications

parent 158ae8d2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -107,6 +107,9 @@ end
if util.path.has_executable('light-locker') then
	awful.spawn{'light-locker'}
end
if util.path.has_executable('nitrogen') then
	awful.spawn{'nitrogen', '--restore'}
end
if util.path.has_executable('start-pulseaudio-x11') then
	awful.spawn{'start-pulseaudio-x11'}
elseif util.path.has_executable('pulseaudio') then