Commit cf26c08d authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add pulseaudio & guake spawn to awesomeWM startup

parent 86daa6df
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -107,4 +107,10 @@ end
if util.path.has_executable('light-locker') then
	awful.spawn{'light-locker'}
end
if util.path.has_executable('pulseaudio') then
	awful.spawn{'pulseaudio'}
end
if util.path.has_executable('guake') then
	awful.spawn{'guake'}
end
-- }}}