panik
This commit is contained in:
21
awesome/.vscode/launch.json
vendored
Normal file
21
awesome/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
|
||||
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
|
||||
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "lua-local",
|
||||
"request": "launch",
|
||||
"name": "Debug with Xephyr",
|
||||
"program": {
|
||||
"command": "${workspaceFolder}/start-xephyr.sh"
|
||||
},
|
||||
"args": [
|
||||
"/usr/bin/Xephyr",
|
||||
"/usr/bin/awesome",
|
||||
"${workspaceFolder}/init.lua"
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
||||
12
awesome/.vscode/settings.json
vendored
Normal file
12
awesome/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Lua.diagnostics.globals": [
|
||||
"awesome",
|
||||
"client",
|
||||
"screen",
|
||||
"mouse",
|
||||
"root",
|
||||
"mykeyboardlayout",
|
||||
"modkey",
|
||||
"hover_signal"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user