Fix symlink errors

This commit is contained in:
Paddy Milner 2025-08-25 14:38:43 +01:00
parent 897e4d8b1c
commit 4061bd2823
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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,