picom, mpv, tridactyl, and new transmission script

This commit is contained in:
Chris Cochrun 2020-10-07 07:36:56 -05:00
parent d36ce8b8b9
commit 907dc10bad
7 changed files with 298 additions and 291 deletions

View file

@ -33,18 +33,18 @@ shadow = true;
# The blur radius for shadows, in pixels. (defaults to 12)
# shadow-radius = 12
shadow-radius = 8;
shadow-radius = 6;
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
shadow-opacity = .75
# The left offset for shadows, in pixels. (defaults to -15)
# shadow-offset-x = -15
shadow-offset-x = 3;
shadow-offset-x = 1;
# The top offset for shadows, in pixels. (defaults to -15)
# shadow-offset-y = -15
shadow-offset-y = 3;
shadow-offset-y = 1;
# Avoid drawing shadows on dock/panel windows. This option is deprecated,
# you should use the *wintypes* option in your config file instead.
@ -85,7 +85,7 @@ shadow-offset-y = 3;
shadow-exclude = [
"name = 'Notification'",
"class_g = 'Conky'",
# "class_g = 'firefox'",
"class_g = 'firefox'",
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"class_g = 'slop'",
@ -98,7 +98,7 @@ shadow-exclude = [
# 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 = "x0+0+0"
shadow-exclude-reg = "x50+0+0"
# Crop shadow of a window fully on a particular Xinerama screen to the screen.
# xinerama-shadow-crop = false