mirror of
https://github.com/i3/i3.git
synced 2026-08-18 02:52:38 +00:00
This commit reverses the default: Previously, test case authors had to call sync_with_i3 explicitly whenever they wanted to verify the X11 effects of an i3 command. With this commit, cmd calls sync_with_i3 by default. Test case authors no longer need to worry about this, only about the few cases where the opposite is needed: cmd_nosync. Created with help by Claude Opus 4.6 (for prototyping this change, but all words in this commit are my own) related to https://github.com/i3/i3/issues/3009