userguide: be explicit about assignment processing order (Thanks Donald)

This commit is contained in:
Michael Stapelberg 2013-02-07 15:49:35 +01:00
parent 2bf80528bd
commit be287876d6
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
i3 Users Guide i3 Users 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), youd need to have window (mapping means actually displaying it on the screen), youd 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