
No border on maximized windows
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Unfortunetly this feature is broken with Plasma 5. This simple script aims to do the job instead.
GitHub repo: https://github.com/gtgt/kwin-script-noBorderOnMaximized/
5 years ago
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
5 years ago
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
thomas12777
5 years ago
[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 ;-)
Report
eptin
1 year ago
Report
alvarowaro14
11 months ago
Report