From 7c7756d75f5c8c1739bba138be37b98f64681ca9 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 26 Jan 2010 22:48:12 +0100 Subject: [PATCH] docs: improve documentation on modes (Thanks xeen) --- docs/userguide | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/userguide b/docs/userguide index 529478ba..10806030 100644 --- a/docs/userguide +++ b/docs/userguide @@ -546,8 +546,8 @@ bindsym Mod1+p pw === Resizing columns/rows If you want to resize columns/rows using your keyboard, you can use the -+resize+ command, I recommend using it a +mode+ (you need to use the new -lexer/parser for that, so pass +-l+ to i3 when starting): ++resize+ command, I recommend using it inside a so called +mode+ (you need to +use the new lexer/parser for that, so pass +-l+ to i3 when starting): .Example: Configuration file, defining a mode for resizing ---------------------------------------------------------------------- @@ -572,6 +572,9 @@ mode "resize" { bind 36 mode default } + +# Enter resize mode +bindsym Mod1+r mode resize ---------------------------------------------------------------------- === Jumping to specific windows -- 2.39.5