added more widgets, rewritten folder structure

This commit is contained in:
Crylia
2021-11-28 14:58:07 +01:00
parent 7f28224bf1
commit 32ba8ff3a8
65 changed files with 832 additions and 1873 deletions

View File

@@ -6,9 +6,7 @@
local awful = require("awful")
local beautiful = require("beautiful")
local _M = { }
function _M.get(clientkeys, clientbuttons)
return function (clientkeys, clientbuttons)
local rules = {
{
rule = { },
@@ -28,7 +26,11 @@ function _M.get(clientkeys, clientbuttons)
instance = { },
class = {
"Arandr",
"Tor Browser"
"Lxappearance",
"kdeconnect.app",
"zoom",
"file-roller",
"File-roller"
},
name = { },
role = {
@@ -48,6 +50,4 @@ function _M.get(clientkeys, clientbuttons)
}
}
return rules
end
return _M.get
end