pinwheel: Update hyprland socket location for monitor management

This commit is contained in:
Alexander Heldt
2024-07-10 11:56:30 +02:00
parent 493a6f4042
commit ed87c395cb

View File

@@ -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
'';
};
};