aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User/settings.json
diff options
context:
space:
mode:
authorkj_sh6042026-02-22 05:33:45 -0500
committerkj_sh6042026-02-22 05:33:45 -0500
commit12bdabfa9bb73f4563482a929856246da3431442 (patch)
tree9ab0860b3704455803d33304c9b23c251bdd8134 /.config/Code/User/settings.json
parentc919bd563494eea27ba6116e7d4868673b28cd44 (diff)
refactor: config and keybind changes for panel toggles
Diffstat (limited to '.config/Code/User/settings.json')
-rw-r--r--.config/Code/User/settings.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json
index d5334f0..8439190 100644
--- a/.config/Code/User/settings.json
+++ b/.config/Code/User/settings.json
@@ -310,5 +310,13 @@
"python.terminal.activateEnvironment": false,
"[nim]": {
"editor.defaultFormatter": "arnetheduck.vscode-nph"
- }
+ },
+ "zenMode.centerLayout": false,
+ "zenMode.fullScreen": false,
+ "zenMode.hideActivityBar": true,
+ "zenMode.hideLineNumbers": false,
+ "zenMode.hideStatusBar": false,
+ "zenMode.restore": true,
+ "zenMode.showTabs": "none",
+ "zenMode.silentNotifications": false
} \ No newline at end of file