Using i3 with KDE Plasma - Ryan Lue
https://www.ryanlue.com/posts/2019-06-13-kde-i313.06.2019 · Log out, and you should now be able to select “Plasma-i3” as your desktop session in the login screen. Then, head over to the official i3 user’s guide to learn the ropes.. Addendum. As mentioned above, a KDE update that was rolled out to Debian recently left me unable to log in. The reason is that this new version of KDE changed the launcher command from startkde to …
Using i3 with KDE Plasma - Ryan Lue
www.ryanlue.com › posts › 2019/06/13-kde-i3Jun 13, 2019 · # In your plasma + i3 launcher script, change `startkde` to `startplasma-x11`. $ sudo sed-i 's/startkde/startplasma-x11/' /usr/local/bin/startkde-i3 # Rename your launcher script to match $ sudo mv /usr/local/bin/start {kde,plasma-x11}-i3 # Edit your custom desktop session file to use the new launcher script $ sudo sed-i 's/startkde/startplasma-x11/' /usr/local/share/xsessions/plasma-i3.desktop # Copy the vanilla Plasma desktop session file to your custom desktop sessions directory # (just ...