Initial commit
This commit is contained in:
25
awesome.code-workspace
Normal file
25
awesome.code-workspace
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"path": "../../.config/awesome"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"Lua.runtime.version": "LuaJIT",
|
||||
"Lua.diagnostics.globals": [
|
||||
"awesome",
|
||||
"screen",
|
||||
"tag",
|
||||
"root",
|
||||
"client",
|
||||
"mouse",
|
||||
"mousegrabber"
|
||||
],
|
||||
"Lua.workspace.library": [
|
||||
"/usr/share/awesome/lib"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user