DO NOT USE ROUNDED CORNERS THEY ARE CURSED MAN ITS BREAKING MY GPU
This commit is contained in:
parent
ccb987de9f
commit
d9949077ef
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
# unless explicitly requested using the wintypes option.
|
# unless explicitly requested using the wintypes option.
|
||||||
#
|
#
|
||||||
# shadow = false
|
# shadow = false
|
||||||
shadow = false;
|
shadow = true;
|
||||||
|
|
||||||
# The blur radius for shadows, in pixels. (defaults to 12)
|
# The blur radius for shadows, in pixels. (defaults to 12)
|
||||||
# shadow-radius = 12
|
# shadow-radius = 12
|
||||||
|
@ -146,7 +146,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||||
# Sets the radius of rounded window corners. When > 0, the compositor will
|
# Sets the radius of rounded window corners. When > 0, the compositor will
|
||||||
# round the corners of windows. Does not interact well with
|
# round the corners of windows. Does not interact well with
|
||||||
# `transparent-clipping`.
|
# `transparent-clipping`.
|
||||||
corner-radius = 10
|
corner-radius = 0
|
||||||
|
|
||||||
# Exclude conditions for rounded corners.
|
# Exclude conditions for rounded corners.
|
||||||
rounded-corners-exclude = [
|
rounded-corners-exclude = [
|
||||||
|
|
Loading…
Reference in a new issue