Translations:Tutorials/Using Other Window Managers with Plasma/12/en

From KDE UserBase Wiki
  • Create a shell script (kde-i3.sh as an example), containing the following
    #!/bin/sh
    export KDEWM=/usr/bin/i3
    

Replace /usr/bin/i3 with the path to the window manager desired.