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