Re: FVWM: [FVWM2] Since update: stalonetray leaves FvwmButtons
"Felix E. Klee" <[email protected]> Sat, 18 Jul 2026 09:40:39 +0200
| Newsgroups | gmane.comp.window-managers.fvwm |
|---|---|
| Message-ID | <CA+m_8J2QkwxoFWFiPnB-aygzVr8m5nU8UvzC8Dy0jHFobzdj2A@mail.gmail.com> |
Fixed. I added a `sleep` in `~/.xinitrc`:
[=E2=80=A6]
stalonetray &
cbatticon --hide-notification &
volumeicon &
udiskie &
nm-applet &
dunst &
xbindkeys &
sleep 2 # Waits for stalonetray and its icons to be fully loaded.
[=E2=80=A6]