Allow hyprland/window to show active window on a per monitor basis

This commit is contained in:
herlev
2022-10-13 23:41:56 +02:00
parent 5da45ece9d
commit 015409acaf
2 changed files with 38 additions and 1 deletions

View File

@ -17,8 +17,11 @@ public:
auto update() -> void;
private:
uint getActiveWorkspaceID(std::string);
std::string getLastWindowTitle(uint);
void onEvent(const std::string&);
bool separate_outputs;
std::mutex mutex_;
const Bar& bar_;
util::JsonParser parser_;