This commit is contained in:
root
2021-11-18 19:30:30 +01:00
parent 5a9012fcb2
commit 7f28224bf1
51 changed files with 1632 additions and 433 deletions

12
awesome/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"Lua.diagnostics.globals": [
"awesome",
"client",
"screen",
"mouse",
"root",
"mykeyboardlayout",
"modkey",
"hover_signal"
]
}