From 4061bd2823f56e7199a2ee552e3dc15cb04cac03 Mon Sep 17 00:00:00 2001 From: Paddy Milner Date: Mon, 25 Aug 2025 14:38:43 +0100 Subject: [PATCH] Fix symlink errors --- hypr/hyprland.conf | 2 +- vscode/settings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index ba2ad99..0d8db26 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -2,7 +2,7 @@ $hypr = ~/.config/hypr $hl = $hypr/hyprland $cConf = ~/.config/caelestia -exec-once = ln -s "./custom-$HOSTNAME.conf" ~/caelestia/hypr/hyprland/custom-by-hostname.conf +exec-once = ln -s "./custom-$HOSTNAME.conf" ~/caelestia/hypr/hyprland/custom-by-hostname.conf &> /dev/null source = $hl/custom-by-hostname.conf # Variables (colours + other vars) diff --git a/vscode/settings.json b/vscode/settings.json index 7aac9ff..bfab4f2 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -4,7 +4,7 @@ "editor.cursorSmoothCaretAnimation": "on", "editor.fontLigatures": true, "prettier.tabWidth": 4, - "editor.minimap.autohide": true, + "editor.minimap.autohide": "mouseover", "security.workspace.trust.startupPrompt": "always", "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true,