Commit 258bd93e authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Start 'light-locker' if available in GUI session

parent 81e3feb4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -101,3 +101,10 @@ if util.path.has_executable('pactl') then
	))
end
-- }}}


-- {{{ Startup Utilities
if util.path.has_executable('light-locker') then
	awful.spawn{'light-locker'}
end
-- }}}