Implement ignore-list

This commit is contained in:
Pol Rivero
2025-05-02 15:48:34 +02:00
parent c9215ad818
commit 4ae2b6f1ba
4 changed files with 26 additions and 0 deletions

View File

@ -90,6 +90,7 @@ class Workspace {
void updateTaskbar(const std::string& workspace_icon);
bool handleClick(const GdkEventButton* event_button, WindowAddress const& addr) const;
bool shouldSkipWindow(const WindowRepr& window_repr) const;
IPC& m_ipc;
};