From b114830fb711c825f9e6d8e8654bba60ef39293c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 16 Jan 2024 12:43:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(vscodium):=20update=20some=20?= =?UTF-8?q?apc=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/VSCodium/User/settings.json | 16 ++++++---------- .config/nvim/lazy-lock.json | 2 +- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index 846ecf57..14ec74eb 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -36,7 +36,6 @@ "workbench.startupEditor": "none", "editor.scrollbar.horizontal": "hidden", "editor.hideCursorInOverviewRuler": true, - "workbench.statusBar.visible": false, "workbench.editor.empty.hint": "hidden", "workbench.editor.tabActionCloseVisibility": false, "markdown-preview-github-styles.lightTheme": "dark", @@ -77,23 +76,20 @@ "update.mode": "manual", // APC + "apc.electron": { + "titleBarStyle": "hidden", + }, + "window.titleBarStyle": "native", "apc.activityBar": { "position": "bottom", "hideSettings": true, - "size": 28 - }, - "apc.electron": { - "titleBarStyle": "hiddenInset", - "trafficLightPosition": { - "x": 12, - "y": 10 - } + "size": 26 }, "apc.font.family": "JetBrainsMono Nerd Font", "apc.monospace.font.family": "JetBrainsMono Nerd Font", "apc.statusBar": { "position": "editor-bottom", - "height": 28, + "height": 23, "fontSize": 12 }, diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index 9cd6544c..f25547c0 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -97,7 +97,7 @@ "nvim-puppeteer": { "branch": "main", "commit": "d7e1b2d67c89d32b6ecada88ff67b539ba09f2d7" }, "nvim-recorder": { "branch": "main", "commit": "bf9efe10bff3ae8461568eee7f0d6c8750b01569" }, "nvim-regexplainer": { "branch": "main", "commit": "78fff711edcb986a05a03253c28a90e32c4ce31f" }, - "nvim-scissors": { "branch": "main", "commit": "f7a24fbbb10c1c87f1907e57de5f384cc01baf24" }, + "nvim-scissors": { "branch": "main", "commit": "48857c5d7e91819facb6d780efdb5e3322caa7bb" }, "nvim-spectre": { "branch": "master", "commit": "d8906855f1949ac97b1e77aaf8d3fe12ed158ddc" }, "nvim-treesitter": { "branch": "master", "commit": "842507a578704157e6c8f8f26befcb3b3a880efb" }, "nvim-treesitter-context": { "branch": "master", "commit": "2017a0d7fc2d3790d823feddedada506984a10ce" },