various updates, mainly hyprland

This commit is contained in:
2024-10-29 01:14:57 +01:00
parent 417c05c469
commit a0fb1d31f3
16 changed files with 597 additions and 55 deletions

View File

@ -224,4 +224,12 @@
"key": "ctrl+up",
"command": "jupyter.gotoPrevCellInFile"
},
{
"key": "ctrl+a a",
"command": "editor.action.selectAll"
},
{
"key": "ctrl+a",
"command": "-editor.action.selectAll"
},
]

View File

@ -104,4 +104,5 @@
"hexeditor.defaultEndianness": "little",
"hexeditor.inspectorType": "aside",
"typst-lsp.exportPdf": "onType",
"python.createEnvironment.trigger": "off",
}