diff options
| author | allusive-dev <[email protected]> | 2023-10-31 14:22:22 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-10-31 14:22:22 +1100 |
| commit | 5c118068f923a24b140d7d8d3c642a50347331b4 (patch) | |
| tree | 48dd141e2396cd6d4e10de8cc6179b6ae4ee6938 /src/config.c | |
| parent | Fix transient windows crashing picom. #1 (diff) | |
| download | compfy-5c118068f923a24b140d7d8d3c642a50347331b4.tar.xz compfy-5c118068f923a24b140d7d8d3c642a50347331b4.zip | |
Should fix issue #121.1.0
Diffstat (limited to 'src/config.c')
| -rw-r--r-- | src/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c index 1e4fc8f..2ae855b 100644 --- a/src/config.c +++ b/src/config.c @@ -871,7 +871,7 @@ char *parse_config(options_t *opt, const char *config_file, bool *shadow_enable, .use_ewmh_active_win = false, .focus_blacklist = NULL, - .detect_transient = true, + .detect_transient = false, .detect_client_leader = false, .no_ewmh_fullscreen = false, |