Add rewrite option to hyprland/window

This commit is contained in:
herlev
2022-10-18 13:18:43 +02:00
parent a7e6330078
commit 97ae2ff343
2 changed files with 29 additions and 1 deletions

View File

@ -19,6 +19,7 @@ class Window : public waybar::ALabel {
private:
uint getActiveWorkspaceID(std::string);
std::string getLastWindowTitle(uint);
std::string rewriteTitle(const std::string&);
void onEvent(const std::string&);
bool separate_outputs;