mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-04 02:04:30 +02:00
This is cool, but switching between workspaces can be a bit painful as windows are unmapped (but not closed) and mapped, so there is some time and a transition to the background. If we try to make it quicker, the flicker is more important.
20 lines
350 B
Text
20 lines
350 B
Text
backend = "glx";
|
|
xrender-sync-fence = true;
|
|
vsync = true;
|
|
|
|
# Detect focus
|
|
mark-ovredir-focused = true;
|
|
focus-exclude = [
|
|
"fullscreen"
|
|
];
|
|
use-ewmh-active-win = true;
|
|
|
|
# Opacity rules
|
|
inactive-opacity = 0.85;
|
|
inactive-opacity-override = true;
|
|
wintypes:
|
|
{
|
|
popup_menu = { opacity = 1; }
|
|
dropdown_menu = { opacity = 1; }
|
|
menu = { opacity = 1; }
|
|
}
|