Skip to content

Commit

Permalink
sample config: add corner-radius and rounded-corners-exclude
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
  • Loading branch information
yshui committed Nov 30, 2020
1 parent 0e7b972 commit cb41ea9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions picom.sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,22 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# opacity-rule = []


#################################
# Corners #
#################################

# Sets the radius of rounded window corners. When > 0, the compositor will
# round the corners of windows. Does not interact well with
# `transparent-clipping`.
corner-radius = 0

# Exclude conditions for rounded corners.
rounded-corners-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'"
];


#################################
# Background-Blurring #
#################################
Expand Down

0 comments on commit cb41ea9

Please sign in to comment.