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);
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "gdkmm/monitor.h"
|
||||
|
||||
class NotificationController {
|
||||
inline static std::shared_ptr<NotificationController> instance = nullptr;
|
||||
inline static std::shared_ptr<NotificationController> instance = nullptr;
|
||||
|
||||
public:
|
||||
static std::shared_ptr<NotificationController> getInstance() {
|
||||
|
||||
@@ -49,7 +49,6 @@ class TimerService {
|
||||
}
|
||||
|
||||
ringingTimerCounter++;
|
||||
|
||||
}
|
||||
|
||||
void removeTimer(uint64_t timerId) {
|
||||
|
||||
Reference in New Issue
Block a user