Skip to content

Instantly share code, notes, and snippets.

@indeedwatson
Created April 19, 2018 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indeedwatson/8c439253dab125e442da331584d1ed4c to your computer and use it in GitHub Desktop.
Save indeedwatson/8c439253dab125e442da331584d1ed4c to your computer and use it in GitHub Desktop.
backend = "glx";
paint-on-overlay = true;
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
vsync = "opengl-swc";
# Shadow
shadow = false;
no-dnd-shadow = true;
no-dock-shadow = true;
clear-shadow = true;
shadow-radius = 5;
shadow-offset-x = -5;
shadow-offset-y = -5;
shadow-exclude = "class_g = 'lemonbar'";
# Window opacity
menu-opacity = 1;
inactive-opacity = 1;
active-opacity = 1;
inactivity-opacity-override = false;
#inactive-dim = 0.2;
#inactive-dim-fixed = true;
# Fading
fading = true;
fade-delta = 12;
fade-in-step = 0.15;
fade-out-step = 0.15;
no-fading-openclose = false;
# Prevent terminal from showing under another terminal when tabbed
opacity-rule = [
"95:class_g = 'Termite' && !_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