From 559079e9a6afda77754afaf7c8d3f588c1d6206d Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 5 Oct 2025 10:56:24 +0200 Subject: [PATCH] fix: lint --- include/modules/hyprland/backend.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/modules/hyprland/backend.hpp b/include/modules/hyprland/backend.hpp index 7caa321d..2e0ef657 100644 --- a/include/modules/hyprland/backend.hpp +++ b/include/modules/hyprland/backend.hpp @@ -45,7 +45,7 @@ class IPC { std::mutex callbackMutex_; util::JsonParser parser_; std::list> callbacks_; - int socketfd_; // the hyprland socket file descriptor + int socketfd_; // the hyprland socket file descriptor pid_t socketOwnerPid_; bool running_ = true; // the ipcThread will stop running when this is false };