-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Remove title bars from windows #504
Comments
Got a kind of working solution! I packaged the above code into a somewhat useable cli app that you can use to remove titles from windows matching some title, classname or executable file name. I can now set an exec command and everything would work, if the args stayed lowercase. So I removed to .ToLowerInvariants() in the command parsing code, however I dont think thats a particularly good solution, because its still kind of hacky. - command: "exec 'Path/to/title_remover.exe' title regex Minecraft.*"
match_title: "Minecraft.*" |
Going to close this once this pr gets merged: #528 |
I have created a new PR #735. |
Oh that's nice, glad to know it was useful to you |
🎉 This issue has been resolved in version 3.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
I think most people that use a wm dont like these annoying white bars, but you cant really turn them of, or can you (without just removing all decorations icluding the rounded corners)? I managed to write some Odin code to get rid of the on the few apps that I use that actually have them, however it would be really convenient to have this be feature of glaze, wich is a really good wm btw, big thanks to everyone who participates in this project. Anyway here is my code, you could probably use it as a starting point for a c# implemenation, or maybe this at least helps someone out. I would implement this myself, but Im just not good at c#.
Further reading:
PS: command: "resize borders 0px -7px -7px -7px", as a window rule in your config fixes the size of most windows without titlebars
The text was updated successfully, but these errors were encountered: