mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 15:25:58 +01:00
up the max hyprctl port
This commit is contained in:
parent
118006e876
commit
e6fcbf576c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue