Is is possible to autostart kontact in wayland hidden?
I tried
#!/usr/bin/env fish
kontact &
sleep 5
qdbus org.kde.kontact /KWin/Window min
No luck I could probably start it minimized by modifying the autostart .desktop file but that’s not really what I’m after.