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

Add rounded-corners-exclude configuration option #3

Merged
merged 1 commit into from
Dec 17, 2019
Merged

Add rounded-corners-exclude configuration option #3

merged 1 commit into from
Dec 17, 2019

Conversation

elenapan
Copy link

Allows the user to selectively disable rounded corners.

Example configuration for preventing Polybar and all windows of type dock from being rounded.

rounded-corners-exclude = [
    "class_g = 'polybar'",
    "window_type = 'dock'"
];

Allows the user to selectively disable rounded corners.
@sdhand sdhand merged commit 171273a into sdhand:next Dec 17, 2019
@lwilletts
Copy link

rounded-corners-exclude = [
    "window_type = 'menu'",
    "window_type = 'tooltip'",
    "window_type = 'popup_menu'",
    "window_type = 'dropdown_menu'"
];

For those who don't want compton to affect menus.

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

Successfully merging this pull request may close these issues.

3 participants