From: Vladimir Panteleev Date: Fri, 14 Dec 2018 08:29:23 +0000 (+0000) Subject: userguide: Document mark --replace flag X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;ds=sidebyside;h=fdda9763b725f753909010e997e90f710a437ab4;p=i3%2Fi3 userguide: Document mark --replace flag - Explicitly document --replace, which was previously only mentioned in the command syntax. - Improve wording: "a window can only have one mark" is slightly misleading because it appears to describe the limitation as a property of the model, whereas this actually pertains the mark command. --- diff --git a/docs/userguide b/docs/userguide index bf5a4d21..55e80ce1 100644 --- a/docs/userguide +++ b/docs/userguide @@ -2416,8 +2416,9 @@ this mark or add it otherwise. Note that you may need to use this in combination with +--add+ (see below) as any other marks will otherwise be removed. -By default, a window can only have one mark. You can use the +--add+ flag to -put more than one mark on a window. +The +--replace+ flag causes i3 to remove any existing marks, which is also the +default behavior. You can use the +--add+ flag to put more than one mark on a +window. Refer to <> if you don't want marks to be shown in the window decoration.