Tried to get Wayland to run completely under Debian.
One of the problems was that several monitors were not recognized.
Also, no ssh-agent
was started when logging into KDE, which I could solve by creating the following script.~/.config/plasma-workspace/env/ssh-agent-startup.sh
#!/bin/sh
[ -n "$SSH_AGENT_PID" ] || eval "$(ssh-agent -s)"