userguide: be explicit about assignment processing order (Thanks Donald)
This commit is contained in:
parent
2bf80528bd
commit
be287876d6
|
@ -1,7 +1,7 @@
|
||||||
i3 User’s Guide
|
i3 User’s Guide
|
||||||
===============
|
===============
|
||||||
Michael Stapelberg <michael@i3wm.org>
|
Michael Stapelberg <michael@i3wm.org>
|
||||||
August 2012
|
February 2013
|
||||||
|
|
||||||
This document contains all the information you need to configure and use the i3
|
This document contains all the information you need to configure and use the i3
|
||||||
window manager. If it does not, please check http://faq.i3wm.org/ first, then
|
window manager. If it does not, please check http://faq.i3wm.org/ first, then
|
||||||
|
@ -590,6 +590,10 @@ title change. As i3 will get the title as soon as the application maps the
|
||||||
window (mapping means actually displaying it on the screen), you’d need to have
|
window (mapping means actually displaying it on the screen), you’d need to have
|
||||||
to match on 'Firefox' in this case.
|
to match on 'Firefox' in this case.
|
||||||
|
|
||||||
|
Assignments are processed by i3 in the order in which they appear in the config
|
||||||
|
file. The first one which matches the window wins and later assignments are not
|
||||||
|
considered.
|
||||||
|
|
||||||
*Syntax*:
|
*Syntax*:
|
||||||
------------------------------------------------------------
|
------------------------------------------------------------
|
||||||
assign <criteria> [→] workspace
|
assign <criteria> [→] workspace
|
||||||
|
|
Loading…
Reference in New Issue