To restart KWin, the KDE window manager, using Plasma, you can use the following command in your terminal:
```bash
kwin_x11 --replace &
```
Or, if you're using Wayland:
```bash
kwin_wayland --replace &
```
This will restart KWin without logging out of your session.