website/content/posts/anti-window-manager.md

26 lines
932 B
Markdown
Raw Normal View History

2021-10-24 03:59:17 +00:00
---
2021-10-24 15:21:56 +00:00
title: "The Anti Window Manager"
date: 2021-06-22
type: "post"
2021-10-24 03:59:17 +00:00
tags: ["Linux", "Rant"]
---
2022-09-05 20:52:10 +00:00
*Originally posted on my [old blog](https://git.exozy.me/a/blog/src/branch/main/_posts/2021-06-22-anti-window-manager.md)*
2021-10-24 15:21:56 +00:00
[KDE bloat](/posts/myth-bloat), [WMs rule](/posts/why-wms-suck). Therefore, we must use get rid of the DE in KDE and we are left with... everyone's favorite WM, [KWin](https://userbase.kde.org/KWin)!
2021-10-24 03:59:17 +00:00
There are only three easy steps. First, set up the environmental variables and start up D-Bus:
```sh
export $(dbus-launch)
export QT_QPA_PLATFORM=wayland
```
2021-10-24 15:21:56 +00:00
Now enjoy your super unbloated standalone compositing Wayland window manager with `kwin_wayland konsole`. Need XWayland? To add that extra bloat, just pass the `--xwayland` flag.
2021-10-24 03:59:17 +00:00
2022-05-02 15:35:34 +00:00
![KWin standalone](/img/kwin-standalone.png)
2021-10-24 03:59:17 +00:00
All set! Now you can flex your very unbloated WM in all of its glory. It's Wayland, too! Now try getting some work done...