Skip to content
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

Hovering top right button when maximized #107

Closed
lucasjome opened this issue Mar 16, 2021 · 2 comments
Closed

Hovering top right button when maximized #107

lucasjome opened this issue Mar 16, 2021 · 2 comments

Comments

@lucasjome
Copy link

When a window is maximized, I can't hover over the close button if I move the mouse cursor to the top corner of the screen.
But with Breeze's window decoration, it's possible and also super useful.

It's somehow a bug or the intended way of working?

@varlesh
Copy link
Contributor

varlesh commented Mar 16, 2021

This implemented as GTK version 4px offset button from up & right.
GTK:
Screenshot_20210316_081017-1
Qt:
Screenshot_20210316_081052-1

@varlesh
Copy link
Contributor

varlesh commented Mar 16, 2021

You can use custom settings for buttons on rc-file.
For example set 0 px offset on Materia-Darkrc:

TitleEdgeTopMaximized=0
TitleEdgeLeftMaximized=0
TitleEdgeRightMaximized=0

Restart KWin:
killall -9 kwin_x11
Run KWin on Krunner ALT+F2
kwin_x11

Result:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants