Fix symlink errors
This commit is contained in:
parent
897e4d8b1c
commit
4061bd2823
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue