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
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.kwinscript
filemake clean
- Remove the.kwinscript
filemake install
- Install the script to your Plasmamake uninstall
- Uninstall the script from your Plasmamake debug
- Seeprint()
outputs (unfortunately shows all kwin scripts on your system and does not update in real time)