Jazqa / kwin-quarter-tiling

An easy tiling script for KWin
GNU General Public License v2.0
367 stars 20 forks source link

Remove empty desktop #79

Closed Sparsa closed 4 years ago

Sparsa commented 4 years ago

This is the best tiling script I've tried for KDE. But, it will be really nice if it automatically removes empty desktop, i.e. when I close all the windows of a desktop.

ghost commented 4 years ago

It's supposed to , but recently I've noticed it does not :(

Jazqa commented 4 years ago

Last I tried, it crashed KWin when removing the desktop automatically, so I had to disable the feature.

Jazqa commented 4 years ago

As of 5.17, removing a desktop with the script still crashes KWin.

Jazqa commented 4 years ago

Desktop management outscoped and removed in 2.0

Sparsa commented 4 years ago

So version 2 released?

Jazqa commented 4 years ago

Yes. I rewrote the script and cut some of the features to improve stability. Creating and removing desktops was very unstable, so I just decided to toss the feature. The script still has an option to move within the existing desktops, it just doesn’t create or remove any on its own.

Although version 2.0 isn’t anything fancy, it should have the essential features of 1.0 with improved stability. More importantly, the code is much cleaner so new features, bug fixes etc. are easier to implement and release instead of leaving the project in an unmaintained state like I ended up doing with the first version.