diff --git a/.local/share/code-server/User/keybindings.json b/.local/share/code-server/User/keybindings.json index 36b9cf0..073fcbe 100644 --- a/.local/share/code-server/User/keybindings.json +++ b/.local/share/code-server/User/keybindings.json @@ -61,5 +61,9 @@ { "key": "shift+alt+3", "command": "bookmarks.clear" + }, + { + "key": "alt+q", + "command": "workbench.action.toggleMaximizedPanel" } ] \ No newline at end of file diff --git a/.local/share/code-server/User/settings.json b/.local/share/code-server/User/settings.json index 61b8635..b9b0ae0 100644 --- a/.local/share/code-server/User/settings.json +++ b/.local/share/code-server/User/settings.json @@ -12,5 +12,6 @@ "hexeditor.inspectorType": "sidebar", "window.menuBarVisibility": "classic", "workbench.startupEditor": "none", - "workbench.activityBar.location": "top" + "workbench.activityBar.location": "top", + "workbench.panel.showLabels": false } \ No newline at end of file