Skip to content

Rounded Corner Picom #177

Answered by owl4ce
alizteralvord asked this question in Q&A
Apr 16, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @alizteralvord

I hope this works as expected.

So, from

# CORNERS
# ---
# Sets the radius of rounded window corners.
# When > 0, the compositor will round the corners of windows.
corner-radius = 8;
# Exclude conditions for rounded corners.
rounded-corners-exclude = [
"name *= 'rofi'",
"name *= 'screenkey'",
"name *= 'tint2'",
"class_g = 'Conky'",
"class_g = 'GLava'",
"window_type = 'dock'",
"window_type = 'desktop'",
# "window_type = 'tooltip'",
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
"_GTK_FRAME_EXTENTS@:c"
];

Add a second …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alizteralvord
Comment options

Answer selected by owl4ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants