Feature: query current windowing mode

This commit is contained in:
2026-01-06 16:16:14 +01:00
parent 44bcbda690
commit 982336be7c
5 changed files with 55 additions and 14 deletions

View File

@@ -23,5 +23,6 @@ class HyprlandService {
static void setClientTiled(Client&);
static void toggleClientFloating(Client&);
static bool isFloatingRulePresent();
static WindowRule getActiveWorkspaceRule();
};
#endif