Add new titlebar and toggle for top/left titlebar

This commit is contained in:
Rene
2022-08-17 01:34:22 +02:00
parent 268cb29a6b
commit be6a819ca9
11 changed files with 410 additions and 146 deletions

View File

@@ -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