forked from quickshell/quickshell
hyprland/ipc: expose HyprlandToplevel jsons
This commit is contained in:
parent
98d09b5a36
commit
8be18c05ed
3 changed files with 19 additions and 0 deletions
|
|
@ -62,6 +62,12 @@ public:
|
|||
/// so this function is available if required.
|
||||
Q_INVOKABLE static void refreshWorkspaces();
|
||||
|
||||
/// Refresh toplevel information.
|
||||
///
|
||||
/// Many actions that will invalidate workspace state don't send events,
|
||||
/// so this function is available if required.
|
||||
Q_INVOKABLE static void refreshToplevels();
|
||||
|
||||
[[nodiscard]] static QString requestSocketPath();
|
||||
[[nodiscard]] static QString eventSocketPath();
|
||||
[[nodiscard]] static QBindable<HyprlandMonitor*> bindableFocusedMonitor();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue