clang format
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user