Commit 158ae8d2 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Start pulseaudio with 'start-pulseaudio-x11' if available

parent f54b2169
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -107,7 +107,9 @@ end
if util.path.has_executable('light-locker') then
	awful.spawn{'light-locker'}
end
if util.path.has_executable('pulseaudio') then
if util.path.has_executable('start-pulseaudio-x11') then
	awful.spawn{'start-pulseaudio-x11'}
elseif util.path.has_executable('pulseaudio') then
	awful.spawn{'pulseaudio'}
end
if util.path.has_executable('guake') then