How can I use i3 as the WindowManager for Plasma5?

I can only find the way for xfce4…

1 Like

https://userbase.kde.org/Tutorials/Using_Other_Window_Managers_with_Plasma

I belive I have better more fitting solution. But it still has some rough edges.

services.xserver.displayManager = {
    sddm.enable = true;
    defaultSession = "plasma5+i3+whatever";
    session = [
        {
            manage = "desktop";
            name = "plasma5+i3+whatever";
            start = ''exec env KDEWM=${pkgs.i3-gaps}/bin/i3 ${pkgs.plasma-workspace}/bin/startplasma-x11'';
        }
    ];
};

I wonder if this can be somehow pushed upstream