From 1fe884626598d5eb9f577d602902fd2e4958f824 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 3 Aug 2011 20:49:37 +0200 Subject: [PATCH] update docs/userguide --- _docs/userguide | 4 ++-- docs/4.0/userguide.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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
-- 2.39.5