All kinds of idk changes with idk stuff!
This commit is contained in:
parent
9e5f0ad759
commit
131bb57ac3
25 changed files with 245 additions and 68 deletions
|
@ -27,10 +27,10 @@ shadow-radius = 38;
|
|||
shadow-opacity = 1.0;
|
||||
|
||||
# The left offset for shadows, in pixels. (defaults to -15)
|
||||
shadow-offset-x = -26;
|
||||
shadow-offset-x = -20;
|
||||
|
||||
# The top offset for shadows, in pixels. (defaults to -15)
|
||||
shadow-offset-y = -26;
|
||||
shadow-offset-y = -20;
|
||||
|
||||
# Avoid drawing shadows on dock/panel windows. This option is deprecated,
|
||||
# you should use the *wintypes* option in your config file instead.
|
||||
|
@ -87,6 +87,7 @@ shadow-exclude = [
|
|||
# be painted in, such as a dock window region. Use
|
||||
# shadow-exclude-reg = "x10+0+0"
|
||||
# for example, if the 10 pixels on the bottom of the screen should not have shadows painted on.
|
||||
# shadow-exclude-reg = "x40+20+1436"
|
||||
shadow-exclude-reg = "x0+0+0"
|
||||
|
||||
# Crop shadow of a window fully on a particular Xinerama screen to the screen.
|
||||
|
@ -266,6 +267,7 @@ blur-background-exclude = [
|
|||
"class_g = 'slop'",
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
"class_g = 'soffice'",
|
||||
"class_g = 'microsoft teams - preview'",
|
||||
"name = 'Display Window'",
|
||||
"name = 'Video'",
|
||||
"name = 'Projection Window'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue