fix(picom): change corner radius
This commit is contained in:
@@ -120,7 +120,7 @@ fade-delta = 10
|
||||
# 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;
|
||||
corner-radius = 2;
|
||||
|
||||
# Exclude conditions for rounded corners.
|
||||
#rounded-corners-exclude = [
|
||||
|
||||
Reference in New Issue
Block a user