Skip to content

Instantly share code, notes, and snippets.

@michaelmrose
Created October 2, 2015 21:20
Show Gist options
  • Save michaelmrose/9ae00854ab5674146256 to your computer and use it in GitHub Desktop.
Save michaelmrose/9ae00854ab5674146256 to your computer and use it in GitHub Desktop.
transparent windows i3-bar and i3 frames
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