2021-07-05 18:20:36 +02:00
|
|
|
backend = "glx";
|
|
|
|
xrender-sync-fence = true;
|
|
|
|
vsync = true;
|
|
|
|
|
2021-07-05 18:50:45 +02:00
|
|
|
# Detect focus
|
2021-07-05 18:20:36 +02:00
|
|
|
mark-ovredir-focused = true;
|
|
|
|
focus-exclude = [
|
|
|
|
"fullscreen"
|
|
|
|
];
|
2021-07-05 18:50:45 +02:00
|
|
|
use-ewmh-active-win = true;
|
|
|
|
|
|
|
|
# Opacity rules
|
|
|
|
inactive-opacity = 0.85;
|
|
|
|
inactive-opacity-override = true;
|
2021-07-05 18:20:36 +02:00
|
|
|
wintypes:
|
|
|
|
{
|
|
|
|
popup_menu = { opacity = 1; }
|
|
|
|
dropdown_menu = { opacity = 1; }
|
|
|
|
menu = { opacity = 1; }
|
|
|
|
}
|
2021-07-05 18:50:45 +02:00
|
|
|
|
|
|
|
# Enable fading
|
|
|
|
fading = true;
|
2021-07-06 07:31:23 +02:00
|
|
|
fade-in-step = 0.05;
|
|
|
|
fade-out-step = 0.05;
|