A Kwin script that truely maximizes your screen space by hiding the title bars of your windows when they are maximized.
Plasma 6 version: https://www.pling.com/p/2136524/
Plasma 5 version: https://www.pling.com/p/2018573/
Based on (but not forked from) bahamondev/hide-titles
- Dynamically hides/shows window titles based on maximization
- Automatically filters out potential breakages (e.g. GTK applications)
- Configurable blacklist
- Optional screen edge listener to toggle it off/on in case you need the title bar for a moment
- Optionally also hide window titles for tiled windows
PRs are welcome! Also feel free to contact me via email [email protected]
Just clone the repo. make commands have been set up to do all the things.
make build- Build the.kwinscriptfilemake clean- Remove the.kwinscriptfilemake install- Install the script to your Plasmamake uninstall- Uninstall the script from your Plasmamake debug- Seeprint()outputs (shows all kwin scripts on your system)
