clang format

This commit is contained in:
2026-02-09 13:50:26 +01:00
parent e1217305a5
commit ea9ab4b2cb
19 changed files with 66 additions and 67 deletions

View File

@@ -19,7 +19,6 @@
class HyprlandService {
static inline std::shared_ptr<HyprlandService> instance;
public:
struct Client {
std::string address;
@@ -66,7 +65,7 @@ class HyprlandService {
private:
HyprlandService();
enum SocketEventType {
WORKSPACE_CHANGED,
@@ -92,7 +91,7 @@ class HyprlandService {
{"monitorremoved", MONITOR_REMOVED},
{"monitoradded", MONITOR_ADDED},
};
void onWorkspaceChanged(int workspaceId);
void onFocusedMonitorChanged(std::string monitorData);
void onOpenWindow(std::string windowData);