quick commit
This commit is contained in:
@@ -13,13 +13,6 @@ class HyprlandService {
|
||||
|
||||
public:
|
||||
static constexpr int kWorkspaceSlotCount = 7;
|
||||
const char *kMonitorCommand = "hyprctl monitors -j";
|
||||
const char *kWorkspaceCommand = "hyprctl workspaces -j";
|
||||
const char *kClientsCommand = "hyprctl clients -j";
|
||||
|
||||
struct WindowState {
|
||||
int hyprId = -1;
|
||||
};
|
||||
|
||||
struct WorkspaceState {
|
||||
int hyprId = -1;
|
||||
@@ -64,6 +57,10 @@ class HyprlandService {
|
||||
}
|
||||
|
||||
private:
|
||||
const char *kMonitorCommand = "hyprctl monitors -j";
|
||||
const char *kWorkspaceCommand = "hyprctl workspaces -j";
|
||||
const char *kClientsCommand = "hyprctl clients -j";
|
||||
|
||||
HyprlandService();
|
||||
~HyprlandService();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user