From cb3d7abeb52d2ff8f56afeb2f658f6dfcf7d301d Mon Sep 17 00:00:00 2001 From: Ceres Date: Sun, 9 Nov 2025 17:01:00 +0000 Subject: [PATCH] Fix shell symlink --- hypr/hyprland.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c7cc29d..663c0e8 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,8 +1,11 @@ +debug:disable_logs = false + $hypr = ~/.config/hypr $hl = $hypr/hyprland $cConf = ~/.config/caelestia +$HOSTNAME = $(hostname) -exec-once = ln -s "./shell-$HOSTNAME.json" "$cConf/shell.json" +exec-once = ln -s "./shell-$HOSTNAME.json" ~/caelestia/caelestia/shell.json &> /dev/null exec-once = ln -s "./custom-$HOSTNAME.conf" ~/caelestia/hypr/hyprland/custom-by-hostname.conf &> /dev/null source = $hl/custom-by-hostname.conf