Add the Anti Window Manager

This commit is contained in:
Anthony Wang 2021-06-22 22:02:05 -05:00
parent 9c29ddf49c
commit e65d8d6403
Signed by: a
GPG key ID: BC96B00AEC5F2D76
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,22 @@
---
layout: post
title: "The Anti Window Manager"
author: Ta180m
tags: ["Linux", "Rant"]
---
[KDE bloat](/blog/2020/06/04/myth-bloat.html), [WMs rule](/blog/2020/12/26/why-wms-suck.html). 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)!
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
```
Now enjoy your unbloated WM with `kwin_wayland konsole`. Need [XWayland](/blog/2020/04/21/wayland-is-a-scam.html)? To add that extra bloat, just pass the `--xwayland` flag.
![KWin standalone](/blog/assets/kwin-standalone.png)
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...

BIN
assets/kwin-standalone.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB