Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
midgard
Dotfilets
Commits
9727d5db
Unverified
Commit
9727d5db
authored
Mar 01, 2019
by
M1dgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[compton] Add shadows
parent
8a25de3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
compton.conf
compton.conf
+5
-7
No files found.
compton.conf
View file @
9727d5db
...
...
@@ -56,21 +56,19 @@ glx-swap-method = "undefined";
#################################
# Enabled client-side shadows on windows.
shadow
=
fals
e
;
shadow
=
tru
e
;
# Don't draw shadows on DND windows.
no
-
dnd
-
shadow
=
true
;
# Avoid drawing shadows on dock/panel windows.
no
-
dock
-
shadow
=
true
;
# Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.
clear
-
shadow
=
true
;
# The blur radius for shadows. (default 12)
shadow
-
radius
=
5
;
shadow
-
radius
=
10
;
# The left offset for shadows. (default -15)
shadow
-
offset
-
x
=
-
5
;
shadow
-
offset
-
x
=
0
;
# The top offset for shadows. (default -15)
shadow
-
offset
-
y
=
-
5
;
shadow
-
offset
-
y
=
0
;
# The translucency for shadows. (default .75)
shadow
-
opacity
=
0
.
5
;
shadow
-
opacity
=
0
.
2
5
;
# Set if you want different colour shadows
# shadow-red = 0.0;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment