2017-10-16 14:38:02 -05:00
|
|
|
# Shadow
|
2018-02-04 10:09:32 -06:00
|
|
|
shadow = true;
|
|
|
|
shadow-radius = 7;
|
|
|
|
shadow-offset-x = -7;
|
|
|
|
shadow-offset-y = -7;
|
|
|
|
shadow-opacity = 0.60;
|
2017-10-16 14:38:02 -05:00
|
|
|
|
2017-10-23 18:35:35 -05:00
|
|
|
# Fade
|
2018-02-04 10:09:32 -06:00
|
|
|
fading = true;
|
2018-11-07 20:47:47 -06:00
|
|
|
fade-delta = 8.0;
|
2018-02-04 10:09:32 -06:00
|
|
|
fade-in-step = 0.03;
|
|
|
|
fade-out-step = 0.028;
|
2017-10-16 14:38:02 -05:00
|
|
|
|
2017-10-23 18:35:35 -05:00
|
|
|
# Backend
|
2018-07-15 20:41:50 -05:00
|
|
|
vsync = "none";
|
2019-03-03 02:04:21 -06:00
|
|
|
backend = "xrender";
|
2018-05-18 22:36:34 -05:00
|
|
|
mark-wmwin-focused = true;
|
2018-02-04 10:09:32 -06:00
|
|
|
unredir-if-possible = true;
|
2018-05-18 22:36:34 -05:00
|
|
|
detect-rounded-corners = true;
|
2017-10-23 18:35:35 -05:00
|
|
|
|
2017-12-07 22:20:42 -06:00
|
|
|
opacity-rule = [
|
2018-02-04 10:09:32 -06:00
|
|
|
"0:_NET_WM_STATE@:32a * = '_NET_WM_STATE_HIDDEN'"
|
2017-10-23 18:35:35 -05:00
|
|
|
];
|
|
|
|
|
2017-12-07 22:20:42 -06:00
|
|
|
shadow-exclude = [
|
2018-02-04 10:09:32 -06:00
|
|
|
"name *?= 'Notification'",
|
2018-02-08 11:35:32 -06:00
|
|
|
"class_g *?= 'jgmenu'",
|
2018-02-04 10:09:32 -06:00
|
|
|
"class_g *?= 'VirtualBox'",
|
|
|
|
"class_g *?= 'Conky'",
|
|
|
|
"class_g *?= 'Notify-osd'",
|
|
|
|
"class_g *?= 'cairo-dock'",
|
|
|
|
"class_g *?= 'trayer'",
|
|
|
|
"class_g *?= 'i3-frame'",
|
|
|
|
"class_g *?= 'firefox'",
|
|
|
|
"class_g *?= 'navigator'",
|
|
|
|
"class_g *?= 'Cairo-clock'",
|
|
|
|
"class_g *?= 'Cairo-dock'",
|
|
|
|
"class_g *?= 'plank'",
|
|
|
|
"class_g *?= 'Docky'",
|
|
|
|
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
|
|
|
|
"_GTK_FRAME_EXTENTS@:c"
|
2017-10-23 18:35:35 -05:00
|
|
|
];
|
|
|
|
|
2017-12-07 22:20:42 -06:00
|
|
|
focus-exclude = [
|
2018-02-04 10:09:32 -06:00
|
|
|
"class_g *?= 'Cairo-clock'",
|
|
|
|
"class_g *?= 'Virtualbox'",
|
|
|
|
"class_g *?= 'trayer'",
|
|
|
|
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
|
|
|
|
"name *?= 'Authy'"
|
2017-10-16 14:38:02 -05:00
|
|
|
];
|
|
|
|
|
|
|
|
wintypes:
|
|
|
|
{
|
2018-02-04 10:09:32 -06:00
|
|
|
tooltip = { fade = true; shadow = true; focus = true; };
|
2017-10-16 14:38:02 -05:00
|
|
|
};
|