Created
October 2, 2015 21:20
-
-
Save michaelmrose/9ae00854ab5674146256 to your computer and use it in GitHub Desktop.
transparent windows i3-bar and i3 frames
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
opacity-rule = [ | |
"93:class_g = 'URxvt' && !_NET_WM_STATE@:32a", | |
"90:class_g = 'Qvim' && !_NET_WM_STATE@:32a", | |
"95:class_g = 'Zathura' && !_NET_WM_STATE@:32a", | |
"95:class_g = 'Spacefm' && !_NET_WM_STATE@:32a", | |
"88:class_g = 'LilyTerm' && !_NET_WM_STATE@:32a", | |
"80:class_g = 'i3-bar' && !_NET_WM_STATE@:32a", | |
"50:class_g = 'i3-frame' && !_NET_WM_STATE@:32a", | |
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" | |
]; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment