i’m trying to recreate the setup i use to have with X11 using xinitrc as below which worked well with low resources
systemctl --user start pulseaudio.service &
/usr/bin/plasmashell --no-respawn &
/usr/bin/kwalletd5 &
/usr/lib/polkit-kde-authentication-agent-1 &
setxkbmap gb
exec kwin_x11 --replace ccp & wmpid=$!
wait $wmpid
as wayland doesn’t use xinitrc i’m having to use /usr/bin/startplasma-wayland, i’m unable to read the bin file to see what it executes i’m guessing it starts plasmashell and kwin_wayland among other things?
i’m looking for help to execute just plasmashell and kwin_wayland without startplasma-wayland, any help would be greatly appreciated.