mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 22:22:00 -07:00
remove server from hyprctl as it's unused
This commit is contained in:
@@ -105,13 +105,6 @@ void requestHyprpaper(std::string arg) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto SERVER = gethostbyname("localhost");
|
|
||||||
|
|
||||||
if (!SERVER) {
|
|
||||||
std::cout << "Couldn't get host (2)";
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// get the instance signature
|
// get the instance signature
|
||||||
auto instanceSig = getenv("HYPRLAND_INSTANCE_SIGNATURE");
|
auto instanceSig = getenv("HYPRLAND_INSTANCE_SIGNATURE");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user