Added audio device selector, new notification theme and much more. Rewritten some files and made a new README
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local awful = require("awful")
|
||||
|
||||
return function(table)
|
||||
for i, t in ipairs(table) do
|
||||
awful.spawn.with_shell(t);
|
||||
for _, t in ipairs(table) do
|
||||
awful.spawn(t);
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user