mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-10 09:01:55 -07:00
up the max hyprctl port
This commit is contained in:
@@ -98,7 +98,7 @@ void HyprCtl::startHyprCtlSocket() {
|
||||
|
||||
bool bound = false;
|
||||
|
||||
while (port++ < 9200) {
|
||||
while (port++ < 9999) {
|
||||
if (bind(SOCKET, (sockaddr*)&SERVERADDRESS, sizeof(SERVERADDRESS)) >= 0) {
|
||||
bound = true;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user