a lot of random poop

This commit is contained in:
Chris Cochrun 2021-10-11 09:18:45 -05:00
parent e4290fb279
commit f43677bd30
14 changed files with 50 additions and 14 deletions

View file

@ -27,10 +27,10 @@ shadow-radius = 38;
shadow-opacity = 1.0;
# The left offset for shadows, in pixels. (defaults to -15)
shadow-offset-x = -20;
shadow-offset-x = -28;
# The top offset for shadows, in pixels. (defaults to -15)
shadow-offset-y = -20;
shadow-offset-y = -28;
# Avoid drawing shadows on dock/panel windows. This option is deprecated,
# you should use the *wintypes* option in your config file instead.
@ -69,6 +69,7 @@ shadow-offset-y = -20;
shadow-exclude = [
"name = 'Notification'",
"name = 'Projection Window'",
"name = 'Display Window'",
"name = 'Video'",
"class_g = 'Conky'",
"class_g = 'Rofi'",
@ -111,6 +112,7 @@ fade-out-step = 0.08;
# don't need this, we disable fading for all normal windows with wintypes: {}
fade-exclude = [
"name = 'Projection Window'",
"name = 'Display Window'",
"name = 'Video'",
"class_g = 'slop'" # maim
]
@ -154,6 +156,7 @@ focus-exclude = [
"class_g = 'Cairo-clock'",
"class_g = 'Bar'", # lemonbar
"name = 'Projection Window'",
"name = 'Display Window'",
"class_g = 'slop'", # maim
"name = 'Video'",
"class_g = 'mpv'"
@ -190,6 +193,7 @@ opacity-rule = [
"100:class_g = 'mpv'",
"100:class_g = 'libreoffice'",
"100:name = 'Projection Window'",
"100:name = 'Display Window'",
"100:name = 'Video'",
"100:_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_FULLSCREEN'",
"0:_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_HIDDEN'",