Skip to content

Instantly share code, notes, and snippets.

@DarkCaster
Created July 13, 2019 18:18
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 DarkCaster/7f863a6b380557dee764fc49be5c4ea9 to your computer and use it in GitHub Desktop.
Save DarkCaster/7f863a6b380557dee764fc49be5c4ea9 to your computer and use it in GitHub Desktop.
unredir-if-possible = true;
unredir-if-possible-exclude = [ "class_g = 'fceux'", "class_g = 'nestopia'", "class_g = 'Wine'", "class_g = 'Firefox'", "class_g = 'Smplayer'", "class_g = 'vlc'", "name = 'freshwrapper fullscreen window'", "name *= 'tvtime:'" ];
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
clear-shadow = true;
shadow-radius = 14;
shadow-offset-x = -14;
shadow-offset-y = -14;
shadow-opacity = 0.5;
shadow-red = 0.0;
shadow-green = 0.0;
shadow-blue = 0.0;
shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", "class_g = 'Mate-panel'", "window_type = 'dropdown_menu'", "window_type = 'popup_menu'" ];
shadow-ignore-shaped = true;
menu-opacity = 1.0;
inactive-opacity = 1.0;
active-opacity = 1.0;
frame-opacity = 0.9;
inactive-opacity-override = false;
alpha-step = 0.2;
inactive-dim = 0.0;
blur-kern = "5x5box";
blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
fading = true;
fade-in-step = 0.05;
fade-out-step = 0.05;
fade-exclude = [ ];
backend = "glx";
glx-no-stencil = true;
mark-wmwin-focused = true;
mark-ovredir-focused = true;
detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0;
vsync = "drm";
dbe = false;
paint-on-overlay = true;
focus-exclude = [ "class_g = 'Cairo-clock'" ];
detect-transient = true;
detect-client-leader = true;
invert-color-include = [ ];
glx-copy-from-front = false;
glx-swap-method = 3;
wintypes :
{
tooltip :
{
fade = true;
shadow = false;
opacity = 0.75;
focus = true;
};
};
no-fading-openclose = true;
fade-delta = 10;
blur-background-frame = false;
blur-background = false;
blur-background-fixed = false;
inactive-dim-fixed = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment