MCPcopy Create free account
hub / github.com/Alexays/Waybar / allOutputs

Method allOutputs

include/modules/hyprland/workspaces.hpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 void init();
37
38 auto allOutputs() const -> bool { return m_allOutputs; }
39 auto showSpecial() const -> bool { return m_showSpecial; }
40 auto activeOnly() const -> bool { return m_activeOnly; }
41 auto specialVisibleOnly() const -> bool { return m_specialVisibleOnly; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected