sample config: add corner-radius and rounded-corners-exclude

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2020-11-29 22:08:25 +00:00
parent 0e7b972830
commit cb41ea9644
No known key found for this signature in database
GPG Key ID: D3A4405BE6CC17F4
1 changed files with 16 additions and 0 deletions

View File

@ -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 #
#################################