Files
Michael Stapelberg 8f09b7f046 testcases: make cmd call sync_with_i3 by default (#6601)
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
2026-05-24 19:00:43 +02:00
..