From: Michael Stapelberg Date: Wed, 3 Aug 2011 18:49:37 +0000 (+0200) Subject: update docs/userguide X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1fe884626598d5eb9f577d602902fd2e4958f824;p=i3%2Fi3.github.io update docs/userguide --- diff --git a/_docs/userguide b/_docs/userguide index e7a0459..a384f6c 100644 --- a/_docs/userguide +++ b/_docs/userguide @@ -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 diff --git a/docs/4.0/userguide.html b/docs/4.0/userguide.html index 81034c5..ce67312 100644 --- a/docs/4.0/userguide.html +++ b/docs/4.0/userguide.html @@ -509,7 +509,7 @@ change their border style, for example.

# 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
@@ -517,7 +517,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