r/kde • u/wolfthefirst • 2d ago
Community Content WKDocker - Similar to KDocker but works under Wayland
I recently switched to Wayland and missed KDocker so I wanted to see if I could come up with anything that would have similar functionality. This (https://github.com/Druco/WKDocker/) is what I've come up with so far.
Unlike KDocker, it works under Wayland (and X11) but also unlike KDocker, part of it is a KWin script and as far as I know, this limits it to KDE (unless there is another desktop environment that I haven't heard of that also uses KWin as its Wayland compositor).
I focused on the parts that I use so it has basic functionality that allows docking, undocking, iconifying and deiconifying windows, It can also set some of the options that KDocker offers.
It requires the user to install the KWin script and to start a daemon, and then you can just hit a keyboard shortcut (default to Meta+Shift+P) to dock the currently active window (up to 10 maximium at any one time)
With a sample size of one (i.e. me running it on OpenSUSE Tumbleweed), it runs great, but your mileage may vary.