From ed87c395cb4768c0842be5add615b9c5479e73a7 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 10 Jul 2024 11:56:30 +0200 Subject: [PATCH] pinwheel: Update `hyprland` socket location for monitor management --- hosts/pinwheel/modules/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/hyprland/default.nix b/hosts/pinwheel/modules/hyprland/default.nix index a579022..af6f72f 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -238,7 +238,7 @@ in # Do initial configuration update - socat -U - UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock | while read -r line; do handle "$line"; done + socat -U - UNIX-CONNECT:$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock | while read -r line; do handle "$line"; done ''; }; };