Skip to content

Commit

Permalink
[i3wm]: fix VS Code window
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonmestevao committed May 31, 2023
1 parent 119b816 commit 4f6eadb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions i3wm/config
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ assign [class="firefox"] $ws3
# assign [class="Trello"] $ws4
assign [class="jetbrains-idea"] $ws6
assign [class="code-oss"] $ws8
assign [class="Code"] $ws8
assign [class="Keybase"] $ws9
assign [class="TelegramDesktop"] $ws9
assign [class="discord"] $ws9
Expand Down
3 changes: 2 additions & 1 deletion vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"<C-s>": false,
"<C-z>": false
},
"vim.leader": "space"
"vim.leader": "space",
"editor.inlineSuggest.enabled": true
}

0 comments on commit 4f6eadb

Please sign in to comment.