mirror of
https://github.com/zoriya/astal.git
synced 2026-06-01 01:38:08 +00:00
fix(cli): flush stdout on each new notification
This commit is contained in:
@@ -69,6 +69,7 @@ int main(string[] argv) {
|
||||
if (daemonize) {
|
||||
notifd.notified.connect((id) => {
|
||||
stdout.printf("%s\n", notifd.get_notification_json(id));
|
||||
stdout.flush();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user