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

Disable rounding effect when window is tiled #19

Open
SilverMarcs opened this issue Jan 25, 2022 · 4 comments
Open

Disable rounding effect when window is tiled #19

SilverMarcs opened this issue Jan 25, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@SilverMarcs
Copy link

Currently corners are still rounded when a window is tiled on either side and/or quarter of screen. This is especially distracting when two windows are tiled side by side as it introduces this gap:

image

Additionally, it adds the following effect in the active window:

image

@a-parhom
Copy link
Owner

The problem with black corners near the edge of the screen is fixed in the branch 'precache_shadows'. It may need some more performance optimization though, so not merged to master right now (see issue #15).

For now I have not found a solution for verifying if a window is tiled. If I'll find it in future, I'll add an option for disabling the effect for tiled windows.

@SilverMarcs
Copy link
Author

I'll check that branch out. I wonder if would it be possible to round off window the edge of an window thats touching the monitor and squaring off the edge of window thats tiled against another window

@a-parhom
Copy link
Owner

I don't think it's even possible to do it that way. All that could be done here is to make the effect skip processing of tiled windows.

@a-parhom a-parhom added the enhancement New feature or request label May 21, 2022
@matinlotfali
Copy link

The tiling is supported in https://github.com/matinlotfali/KDE-Rounded-Corners

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

No branches or pull requests

3 participants