46 lines
1.4 KiB
Plaintext
46 lines
1.4 KiB
Plaintext
backend = "glx";
|
|
glx-no-stencil = true;
|
|
glx-copy-from-front = false;
|
|
shadow = true;
|
|
shadow-radius = 5;
|
|
shadow-offset-x = -5;
|
|
shadow-offset-y = -5;
|
|
shadow-opacity = 0.8;
|
|
shadow-exclude = [ "! name~=''", "name = 'Notification'", "name = 'Plank'", "name = 'Docky'", "name = 'Kupfer'", "name = 'xfce4-notifyd'", "name *= 'compton'", "name *= 'Chromium'", "name *= 'Chrome'", "class_g = 'firefox' && argb", "class_g = 'Conky'", "class_g = 'Kupfer'", "class_g = 'Synapse'", "class_g ?= 'Notify-osd'", "class_g ?= 'Cairo-dock'", "class_g ?= 'Xfce4-notifyd'", "class_g ?= 'Xfce4-power-manager'", "_GTK_FRAME_EXTENTS@:c", "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" ];
|
|
shadow-ignore-shaped = false;
|
|
inactive-opacity = 1;
|
|
active-opacity = 1;
|
|
frame-opacity = 1;
|
|
menu-opacity = 0.95;
|
|
inactive-opacity-override = false;
|
|
blur-background-fixed = false;
|
|
blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
|
|
fading = true;
|
|
fade-delta = 2;
|
|
fade-in-step = 0.03;
|
|
fade-out-step = 0.03;
|
|
fade-exclude = [ ];
|
|
mark-wmwin-focused = true;
|
|
mark-ovredir-focused = true;
|
|
use-ewmh-active-win = true;
|
|
detect-rounded-corners = true;
|
|
detect-client-opacity = true;
|
|
refresh-rate = 0;
|
|
vsync = true;
|
|
dbe = false;
|
|
unredir-if-possible = false;
|
|
focus-exclude = [ ];
|
|
detect-transient = true;
|
|
detect-client-leader = true;
|
|
wintypes :
|
|
{
|
|
tooltip :
|
|
{
|
|
fade = true;
|
|
shadow = false;
|
|
opacity = 0.85;
|
|
focus = true;
|
|
};
|
|
};
|
|
xrender-sync-fence = true;
|