Commit 2bcebdff authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Disabled hidden window state in compton (seems to cause issues with restarting i3).

parent b93a6930
...@@ -87,7 +87,7 @@ opacity-rule = [ ...@@ -87,7 +87,7 @@ opacity-rule = [
"99:name *?= 'VLC'", "99:name *?= 'VLC'",
"99:name *?= 'Write'", "99:name *?= 'Write'",
"93:class_g = 'URxvt' && !_NET_WM_STATE@:32a", "93:class_g = 'URxvt' && !_NET_WM_STATE@:32a",
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", #"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
"99:_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'", "99:_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'",
"80:class_g = 'copyq'", "80:class_g = 'copyq'",
"90:name *?= 'alttab'" "90:name *?= 'alttab'"
......
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