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

Method onClickWindow

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

Source from the content-addressed store, hash-verified

53 auto taskbarOrientation() const -> Gtk::Orientation { return m_taskbarOrientation; }
54 auto taskbarReverseDirection() const -> bool { return m_taskbarReverseDirection; }
55 auto onClickWindow() const -> std::string { return m_onClickWindow; }
56 auto getIgnoredWindows() const -> std::vector<std::regex> { return m_ignoreWindows; }
57
58 enum class ActiveWindowPosition { NONE, FIRST, LAST };

Callers 2

updateTaskbarMethod · 0.80
handleClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected