Can now flip the floating rule on and off
This commit is contained in:
@@ -19,6 +19,7 @@ class HyprlandService {
|
||||
static Workspace getCurrentWorkspace();
|
||||
static std::list<Client> getClients();
|
||||
static std::list<Client> getClientsOnActiveWorkspace();
|
||||
static void setFloatingRule(bool);
|
||||
static void setClientFloating(Client&);
|
||||
static void setClientTiled(Client&);
|
||||
static void toggleClientFloating(Client&);
|
||||
|
||||
Reference in New Issue
Block a user