Loading .config/awesome/user-defined.lua +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.config/awesome/user-defined.lua +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading