add awesomeWM config + utility scripts that were in there
This commit is contained in:
parent
a419b86997
commit
986ea52711
27 changed files with 947 additions and 9 deletions
15
.vscode/settings.json
vendored
Normal file
15
.vscode/settings.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue