Can now flip the floating rule on and off

This commit is contained in:
2025-06-10 15:45:25 +02:00
parent ee3cddc7ca
commit d1a2ef710f
3 changed files with 21 additions and 72 deletions

View File

@@ -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&);