add awesomeWM config + utility scripts that were in there

This commit is contained in:
Crispy 2023-03-13 21:20:54 +01:00
parent a419b86997
commit 986ea52711
27 changed files with 947 additions and 9 deletions

15
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,15 @@
{
"Lua.workspace.checkThirdParty": false,
"Lua.workspace.library": [
"/usr/share/awesome/lib"
],
"Lua.diagnostics.disable": [
"lowercase-global"
],
"Lua.diagnostics.globals": [
"client",
"awesome",
"root",
"screen"
]
}