Commit a36e9be5 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Fixes for alttab window transparency (window name must be exactly 'alttab' and not just contain).

parent 4d91e843
......@@ -85,12 +85,12 @@ opacity-rule = [
"99:class_g = 'Viewnior'",
"99:class_g = 'VirtualBox'",
"99:name *?= 'VLC'",
"99:name *?= 'Write'",
#"99:name *?= 'Write'",
"93:class_g = 'URxvt' && !_NET_WM_STATE@:32a",
#"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
"99:_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'",
"80:class_g = 'copyq'",
"90:name *?= 'alttab'"
"90:name = 'alttab'"
];
wintypes :
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment