Snap To Deco
thomas12777
Source (link to git-repo or to original if based on someone elses unmodified work):
v1.3: Fix for Plasma 5.4
v1.1: Now initially maximized windows loosing borders too!
Solution is dirty! Unfortunately it's hard to handle this simple case...
v1.0: Initial release
Ratings & Comments
3 Comments
~/.config/kwinrc [Windows] # other settings BorderlessMaximizedWindows=true # more other settings then run qdbus org.kde.KWin /KWin reconfigure Notice that this kind of script is *very* prone to cause an infinite recursion (see https://git.reviewboard.kde.org/r/109931/ and https://bugs.kde.org/show_bug.cgi?id=352483) - I did not test whether that's the case here, but would bet the authors right arm on it nevertheless ;-)
^--- YOU DON'T NEED TO INSTALL THIS SCRIPT INSTEAD, CONSIDER FOLLOWING THE INSTRUCTIONS ABOVE WRITTEN BY THOMAS (IT WORKED LIKE A CHARM FOR ME!)
instead of "qdbus org.kde.KWin /KWin reconfigure" -> "qdbus-qt5 org.kde.KWin /KWin reconfigure" worked for me.. I'm noob, don't ask me why. But yeah, this worked nicely.