cross-posted from: https://lemmy.world/post/21426498

I use nixos + greetd + tuigreet + hyprland. I missed to mention that I wanted to disable or hide the logs that gets shows when starting hyprland from tty terminal by writing Hyprland or when using greetd tuigreet. After entering my username and password, These logs show before hyprland starts, I want to avoid that

  • 2xsaiko@discuss.tchncs.de
    link
    fedilink
    arrow-up
    1
    ·
    6 days ago

    You have NixOS, it’s easy to give it a custom session path for that.

    Also I would use systemd-cat so the output goes into the journal instead of nowhere.

    • Yash Raj@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      6 days ago

      Would you be able to provide an example code? It would help me grasp the concept more effectively.