hyprwm / Hyprland

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
https://hyprland.org
BSD 3-Clause "New" or "Revised" License
21.89k stars 911 forks source link

[Feature Request] Quiet Splash #8270

Open guttermonk opened 1 month ago

guttermonk commented 1 month ago

Description

There's interest in a quiet startup for hyprland.

It would be nice if the quiet startup were the default, and if you wanted to see the splash of terminal text you could add a -v flag or --verbose flag to the hyprland startup command.

If you're also interested in such a feature, please leave a thumbs-up and/or comment below.

fufexan commented 1 month ago

Not sure if this answers your question, but you can redirect the output to a file or /dev/null.

Perhaps running Hyprland as a systemd service also moves the output to journalctl (haven't tried that yet).

vaxerski commented 1 month ago

as above...?

guttermonk commented 1 month ago

Thank you for the workaround. I had to recompile nixos to add this command to my greetd config, but some three hours later, after compiling, I did get it working quite nicely. Ideally it would run like this without the need of these additional fiddly bits, but now that I have it configured I should be all set. Cheers!