diff --git a/home/.config/systemd/user/hypridle.service b/home/.config/systemd/user/hypridle.service index f46759a..28b84f4 100644 --- a/home/.config/systemd/user/hypridle.service +++ b/home/.config/systemd/user/hypridle.service @@ -3,7 +3,7 @@ Description="Idle management daemon" PartOf=graphica-session.target [Service] -ExecStart=/usr/bin/hypridle +ExecStart=/usr/bin/stdbuf -oL /usr/bin/hypridle Restart=on-failure [Install]