63 lines
1.4 KiB
Text
63 lines
1.4 KiB
Text
# shadows?
|
|
shadow = false;
|
|
|
|
# Opacity
|
|
# menu-opacity = 0.8;
|
|
inactive-opacity = 0.8;
|
|
# active-opacity = 0.8;
|
|
frame-opacity = 0.7;
|
|
inactive-opacity-override = false;
|
|
inactive-dim = 0.2;
|
|
# inactive-dim-fixed = true;
|
|
blur-background = true;
|
|
# blur-background-frame = true;
|
|
blur-kern = "7x7box"
|
|
# blur-background-fixed = true;
|
|
blur-background-exclude = [
|
|
#"window_type = 'dock'",
|
|
"window_type = 'desktop'",
|
|
"_GTK_FRAME_EXTENTS@:c"
|
|
];
|
|
opacity-rule = [ "90:class_g = 'st-256color'", "80:name = 'rofi'" ];
|
|
|
|
# Fading
|
|
fading = true;
|
|
fade-delta = 5;
|
|
fade-in-step = 0.03;
|
|
fade-out-step = 0.03;
|
|
# no-fading-openclose = true;
|
|
# no-fading-destroyed-argb = true;
|
|
fade-exclude = [ ];
|
|
|
|
# Other
|
|
backend = "xrender"
|
|
mark-wmwin-focused = true;
|
|
mark-ovredir-focused = true;
|
|
# use-ewmh-active-win = true;
|
|
detect-rounded-corners = true;
|
|
detect-client-opacity = true;
|
|
refresh-rate = 60;
|
|
vsync = 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'" ];
|
|
detect-transient = true;
|
|
detect-client-leader = true;
|
|
invert-color-include = [ ];
|
|
# resize-damage = 1;
|
|
|
|
# GLX backend
|
|
glx-no-stencil = true;
|
|
glx-copy-from-front = false;
|
|
glx-use-copysubbuffermesa = true;
|
|
# glx-no-rebind-pixmap = true;
|
|
use-damage = true;
|
|
|
|
# Window type settings
|
|
wintypes:
|
|
{
|
|
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
|
|
};
|