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

View file

@ -19,7 +19,7 @@
"liveServer.settings.root": "docs/",
"liveServer.settings.donotVerifyTags": true,
"editor.insertSpaces": false,
"editor.fontFamily": "\"-linja lipamanka\", sans, mono, \"linja pona\", mono",
"editor.fontFamily": "\"-linja lipamanka\", sans, mono",
"editor.minimap.renderCharacters": false,
"Lua.telemetry.enable": false,
"Lua.workspace.library": [
@ -54,5 +54,6 @@
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
"lldb.suppressUpdateNotifications": true,
"zenMode.hideLineNumbers": false
"zenMode.hideLineNumbers": false,
"editor.inlayHints.enabled": "offUnlessPressed"
}