https://github.com/fin444/truely-maximized
A Kwin script that truely maximizes your screen space by hiding the title bars of your windows when they are maximized.
https://github.com/fin444/truely-maximized
kde kwin-script
Last synced: about 2 months ago
JSON representation
A Kwin script that truely maximizes your screen space by hiding the title bars of your windows when they are maximized.
- Host: GitHub
- URL: https://github.com/fin444/truely-maximized
- Owner: fin444
- License: gpl-3.0
- Created: 2023-04-14T01:39:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-29T20:09:52.000Z (2 months ago)
- Last Synced: 2026-03-29T22:07:48.314Z (2 months ago)
- Topics: kde, kwin-script
- Language: JavaScript
- Homepage: https://www.pling.com/p/2136524/
- Size: 43 KB
- Stars: 23
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Truely Maximized
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](https://github.com/bahamondev/hide-titles)
## Features
* Dynamically hides/shows window titles based on maximization
* Automatically filters out potential breakages (e.g. GTK applications)
* Configurable blacklist for windows and monitors
* 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

## Development
* `make build` - Build the `.kwinscript` file
* `make clean` - Remove the `.kwinscript` file
* `make install` - Install the script, you must disable and re-enable it to activate fully
* `make uninstall` - Uninstall the script
* `make debug` - See `print()` outputs (shows all kwin scripts on your system, some systems won't log print statements for some reason)