Commit c5717742 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Moving from inactive-opacity to inactive-dim. Mark sticky windows with always...

Moving from inactive-opacity to inactive-dim.  Mark sticky windows with always focused (never dims).
parent daa0881f
......@@ -27,39 +27,11 @@ shadow-exclude = [
# shadow-exclude-reg = "x10+0+0";
# xinerama-shadow-crop = true;
# opacity settings
menu-opacity = 0.95;
inactive-opacity = 0.93;
#inactive-opacity = 0.93;
active-opacity = 1;
alpha-step = 0.01;
inactive-dim = 0.0;
blur-background = false;
blur-kern = "3x3box";
fading = false;
fade-delta = 1;
fade-in-step = 0.03;
fade-out-step = 0.03;
fade-exclude = [ ];
#backend = "xrender";
backend = "glx";
mark-wmwin-focused = true;
mark-ovredir-focused = true;
detect-client-opacity = true;
unredir-if-possible = true;
refresh-rate = 0;
#vsync = "none";
#vsync = "drm";
vsync = "opengl-swc";
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 = "undefined";
opacity-rule = [
"99:name *?= 'Call'",
#"99:class_g = 'Chromium'",
......@@ -94,6 +66,41 @@ opacity-rule = [
"99:_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'"
];
# dim settings
inactive-dim = 0.2;
# exclude treats as always focused (doesn't dim)
focus-exclude = [
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'",
"class_g = 'Cairo-clock'"
];
blur-background = false;
blur-kern = "3x3box";
fading = false;
fade-delta = 1;
fade-in-step = 0.03;
fade-out-step = 0.03;
fade-exclude = [ ];
#backend = "xrender";
backend = "glx";
mark-wmwin-focused = true;
mark-ovredir-focused = true;
detect-client-opacity = true;
unredir-if-possible = true;
refresh-rate = 0;
#vsync = "none";
#vsync = "drm";
vsync = "opengl-swc";
dbe = false;
paint-on-overlay = true;
detect-transient = true;
detect-client-leader = true;
invert-color-include = [ ];
glx-copy-from-front = false;
glx-swap-method = "undefined";
wintypes :
{
tooltip :
......
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