pinwheel: Update hyprland socket location for monitor management
This commit is contained in:
@@ -238,7 +238,7 @@ in
|
|||||||
# Do initial configuration
|
# Do initial configuration
|
||||||
update
|
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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user