updating a good number of little things
This commit is contained in:
parent
f4d4db3ba6
commit
a189f2bf8e
13 changed files with 61 additions and 16 deletions
|
@ -21,7 +21,7 @@ round-borders-exclude = [
|
|||
shadow = true;
|
||||
|
||||
# The blur radius for shadows, in pixels. (defaults to 12)
|
||||
shadow-radius = 24;
|
||||
shadow-radius = 30;
|
||||
|
||||
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
|
||||
shadow-opacity = 1.0;
|
||||
|
@ -87,8 +87,8 @@ 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"
|
||||
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.
|
||||
# xinerama-shadow-crop = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue