Force rounded corners #118

Closed
opened 2026-01-05 14:48:26 +01:00 by adam · 1 comment
Owner

Originally created by @es183923 on GitHub (Jul 25, 2022).

In windows 11, apps can opt in to have rounded corners, which match the UI better.

References:
https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/apply-rounded-corners
https://docs.microsoft.com/en-us/windows/win32/api/dwmapi/ne-dwmapi-dwm_window_corner_preference

Check out MicaForEveryone, which also implements this: 2e46914c95/MicaForEveryone.Win32/DesktopWindowManager.cs (L99-L107)

Originally created by @es183923 on GitHub (Jul 25, 2022). In windows 11, apps can opt in to have rounded corners, which match the UI better. References: https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/apply-rounded-corners https://docs.microsoft.com/en-us/windows/win32/api/dwmapi/ne-dwmapi-dwm_window_corner_preference Check out MicaForEveryone, which also implements this: https://github.com/MicaForEveryone/MicaForEveryone/blob/2e46914c955ed694a1edee7eac97d4a6eb98cb40/MicaForEveryone.Win32/DesktopWindowManager.cs#L99-L107
adam closed this issue 2026-01-05 14:48:26 +01:00
Author
Owner

@LGUG2Z commented on GitHub (May 12, 2024):

I think this is out of scope for the project; it's better to run a dedicated piece of software for something that manipulates how windows render their borders.

@LGUG2Z commented on GitHub (May 12, 2024): I think this is out of scope for the project; it's better to run a dedicated piece of software for something that manipulates how windows render their borders.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#118