scripts and tridactyl

This commit is contained in:
Chris Cochrun 2020-12-09 08:53:50 -06:00
parent fda17aea44
commit 2dbf5dfc9f
13 changed files with 18 additions and 9 deletions

View file

@ -88,7 +88,7 @@ shadow-offset-y = 2;
shadow-exclude = [
"name = 'Notification'",
"class_g = 'Conky'",
"class_g = 'firefox'",
# "class_g = 'firefox'",
# "class_g = 'Alacritty'",
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
@ -205,6 +205,12 @@ opacity-rule = [
"100:class_g = 'dolphin'",
"100:class_g = 'mpv'",
"100:class_g = 'libreoffice'",
"100:_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_FULLSCREEN'",
"0:_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[1]:32a *= '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[2]:32a *= '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[3]:32a *= '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[4]:32a *= '_NET_WM_STATE_HIDDEN'",
"100:class_g = 'Thunderbird'"
];