| 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 }; |
no outgoing calls
no test coverage detected