Description
Right now, to follow the current logs, I run tail -f $XDG_RUNTIME_DIR/hypr/<id>/hyprland.log. I notice hyprctl rollinglog is able to show the last 50-ish lines, but not able to follow the logs.
Proposal: add a parameter (-f, --follow) to hyprctl rollinglog that follows the output similar to tail -f <file>.
Description
Right now, to follow the current logs, I run
tail -f $XDG_RUNTIME_DIR/hypr/<id>/hyprland.log. I noticehyprctl rollinglogis able to show the last 50-ish lines, but not able to follow the logs.Proposal: add a parameter (-f, --follow) to
hyprctl rollinglogthat follows the output similar totail -f <file>.