I set antimicrox and qbittorrent to autostart and they have start in tray on but on login they start in windows and quit on close not close to tray

  • smileyhead@discuss.tchncs.de
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    This is a bug in Waybar, which I suppose you are using. When app create tray icon before Waybar finish launching it is not shown.

    Create a script like autostart.sh, start waybar there, then do like 5 second delay and start apps that has tray icons.

    • lenan@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      or just slap a “sleep 5 &&” in front of the command in your hyprland config. e.g. “exec-once= sleep 5 && qbittorrent”