1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

compton: enable 'use-ewmh-active-win' for reliable focus changes

This commit is contained in:
Joe Groocock 2018-02-24 11:12:16 +00:00
parent b013a98e0d
commit 1ca210e766
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -50,7 +50,7 @@ backend = "glx" # Backend to use: "xrender" or "glx". GLX backend is typical
# much faster but depends on a sane driver.
mark-wmwin-focused = true; # Try to detect WM windows and mark them as active.
mark-ovredir-focused = true; # Mark all non-WM but override-redirect windows active (e.g. menus).
use-ewmh-active-win = false; # Use EWMH _NET_WM_ACTIVE_WINDOW to determine which window is focused
use-ewmh-active-win = true; # Use EWMH _NET_WM_ACTIVE_WINDOW to determine which window is focused
# instead of using FocusIn/Out events. Usually more reliable but
# depends on a EWMH-compliant WM.
detect-rounded-corners = false; # Detect rounded corners and treat them as rectangular when --shadow-ignore-shaped is on.