remove redundant compositor options
This commit is contained in:
parent
5dfeeb1613
commit
9d33a1c08e
|
@ -2,13 +2,9 @@
|
||||||
shadow = false;
|
shadow = false;
|
||||||
|
|
||||||
# Opacity
|
# Opacity
|
||||||
#menu-opacity = 1.0;
|
|
||||||
inactive-opacity = 1.0;
|
inactive-opacity = 1.0;
|
||||||
# active-opacity = 0.8;
|
|
||||||
frame-opacity = 1.0;
|
frame-opacity = 1.0;
|
||||||
inactive-opacity-override = false;
|
inactive-opacity-override = false;
|
||||||
# inactive-dim = 0.2;
|
|
||||||
# inactive-dim-fixed = true;
|
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"100:class_g = 'kitty' && focused",
|
"100:class_g = 'kitty' && focused",
|
||||||
"83:class_g = 'kitty' && !focused",
|
"83:class_g = 'kitty' && !focused",
|
||||||
|
@ -25,11 +21,8 @@ blur:
|
||||||
|
|
||||||
# Fading
|
# Fading
|
||||||
fading = true;
|
fading = true;
|
||||||
# fade-delta = 30;
|
|
||||||
fade-in-step = 0.07;
|
fade-in-step = 0.07;
|
||||||
fade-out-step = 0.07;
|
fade-out-step = 0.07;
|
||||||
# no-fading-openclose = true;
|
|
||||||
# no-fading-destroyed-argb = true;
|
|
||||||
fade-exclude = [
|
fade-exclude = [
|
||||||
"class_g = 'polybar'",
|
"class_g = 'polybar'",
|
||||||
];
|
];
|
||||||
|
@ -38,31 +31,16 @@ fade-exclude = [
|
||||||
backend = "glx";
|
backend = "glx";
|
||||||
mark-wmwin-focused = true;
|
mark-wmwin-focused = true;
|
||||||
mark-ovredir-focused = true;
|
mark-ovredir-focused = true;
|
||||||
# use-ewmh-active-win = true;
|
|
||||||
detect-rounded-corners = true;
|
detect-rounded-corners = true;
|
||||||
detect-client-opacity = true;
|
detect-client-opacity = true;
|
||||||
refresh-rate = 0;
|
|
||||||
vsync = true;
|
vsync = true;
|
||||||
dbe = false;
|
dbe = false;
|
||||||
# sw-opti = true;
|
|
||||||
# unredir-if-possible = true;
|
|
||||||
# unredir-if-possible-delay = 5000;
|
|
||||||
# unredir-if-possible-exclude = [ ];
|
|
||||||
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||||
detect-transient = true;
|
detect-transient = true;
|
||||||
detect-client-leader = true;
|
detect-client-leader = true;
|
||||||
invert-color-include = [ ];
|
invert-color-include = [ ];
|
||||||
# resize-damage = 1;
|
|
||||||
|
|
||||||
# GLX backend
|
|
||||||
# glx-no-stencil = true;
|
|
||||||
glx-copy-from-front = false;
|
glx-copy-from-front = false;
|
||||||
# glx-use-copysubbuffermesa = true;
|
|
||||||
# glx-no-rebind-pixmap = true;
|
|
||||||
#glx-swap-method = "undefined";
|
|
||||||
# glx-use-gpushader4 = true;
|
|
||||||
# xrender-sync = true;
|
|
||||||
# xrender-sync-fence = true;
|
|
||||||
|
|
||||||
# Window type settings
|
# Window type settings
|
||||||
wintypes:
|
wintypes:
|
||||||
|
|
Loading…
Reference in New Issue