mirror of
https://github.com/i3/i3.git
synced 2026-03-05 15:36:46 +00:00
df1fcdafe82e5d8e6a8a76967c679cd64e1b2ab3
Before this commit, placeholder windows had any matches that were defined in the JSON file, _followed_ by an i3-internal match that ensures the placeholder X11 window gets swallowed into the placeholder i3 container. The problem was that the first successful match was deleted, and if users specified a criterion (title=IPython) that matched the placeholder window itself (name=IPython), then that match is deleted and the i3-internal match is kept. This results in the actual window the user wants to match not being swallowed, and the placeholder window not displaying any criteria. fixes #1526
…
…
Description
Languages
C
58%
Perl
36.4%
Raku
2.6%
Ruby
1.2%
Meson
0.7%
Other
1%