add new context_menu and rework dock, programs can now be added to the dock my right clicking any program in the application launcher an choosing Add to Dock
This commit is contained in:
@@ -2,6 +2,6 @@ local awful = require("awful")
|
||||
|
||||
return function(table)
|
||||
for _, t in ipairs(table) do
|
||||
awful.spawn(t);
|
||||
--awful.spawn(t);
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user