Update sway menu & lid close

This commit is contained in:
askiiart 2023-11-20 11:20:55 -06:00
parent 80f43e8f7e
commit 0babbccd19
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
61 changed files with 635 additions and 471 deletions

View file

@ -30,7 +30,8 @@ GrapeCity.gc-excelviewer
Gruntfuggly.todo-tree
HarryHopkinson.vim-theme
hoovercj.vscode-settings-cycler
]ItzSelenux.lm-theme
icrawl.discord-vscode
ItzSelenux.lm-theme
JoelCrosby.one-dark-darker
kisstkondoros.vscode-gutter-preview
kokoscript.loopytheme

11
vscode/keybindings.json Normal file
View file

@ -0,0 +1,11 @@
// Place your key bindings in this file to override the defaults
[
{
"key": "alt+\\",
"command": "settings.cycle.inlineCopilot",
},
{
"key": "f10",
"command": "C_Cpp.BuildAndRunFile"
}
]

View file

@ -2,7 +2,7 @@
"editor.inlineSuggest.enabled": true,
"git.autofetch": true,
"github.copilot.enable": {
"*": true,
"*": false,
"plaintext": true,
"markdown": true,
"scminput": false,