]> git.sur5r.net Git - i3/i3.github.io/commitdiff
update docs/userguide
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 3 Aug 2011 18:49:37 +0000 (20:49 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 3 Aug 2011 18:49:37 +0000 (20:49 +0200)
_docs/userguide
docs/4.0/userguide.html

index e7a0459b9a4221112428e1e4b1bfe2815c40d7e7..a384f6c2fc0c9f32a0467bddba1d44a0629fe42d 100644 (file)
@@ -437,7 +437,7 @@ for_window [criteria] command
 *Examples*:
 ------------------------------------------------
 # enable floating mode for all XTerm windows
-for_window [class="XTerm"] mode floating
+for_window [class="XTerm"] floating enable
 
 # Make all urxvts use a 1-pixel border:
 for_window [class="urxvt"] border 1pixel
@@ -445,7 +445,7 @@ for_window [class="urxvt"] border 1pixel
 # A less useful, but rather funny example:
 # makes the window floating as soon as I change
 # directory to ~/work
-for_window [title="x200: ~/work"] mode floating
+for_window [title="x200: ~/work"] floating enable
 ------------------------------------------------
 
 === Variables
index 81034c5196661d2dd77832272234887081c4f196..ce6731273aa051c8229c11d23895f6fd1776379f 100644 (file)
@@ -509,7 +509,7 @@ change their border style, for example.</p></div>
 <div class="listingblock">\r
 <div class="content">\r
 <pre><tt># enable floating mode for all XTerm windows\r
-for_window [class="XTerm"] mode floating\r
+for_window [class="XTerm"] floating enable\r
 \r
 # Make all urxvts use a 1-pixel border:\r
 for_window [class="urxvt"] border 1pixel\r
@@ -517,7 +517,7 @@ for_window [class="urxvt"] border 1pixel
 # A less useful, but rather funny example:\r
 # makes the window floating as soon as I change\r
 # directory to ~/work\r
-for_window [title="x200: ~/work"] mode floating</tt></pre>\r
+for_window [title="x200: ~/work"] floating enable</tt></pre>\r
 </div></div>\r
 </div>\r
 <div class="sect2">\r