From 69279d45679c4d217849ab067be7f2111f813aa5 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 29 Jan 2010 21:58:28 +0100 Subject: [PATCH] Add documentation for the new focus follows mouse-option --- docs/userguide | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/userguide b/docs/userguide index 10806030..63f8e8ac 100644 --- a/docs/userguide +++ b/docs/userguide @@ -462,6 +462,24 @@ ipc-socket /tmp/i3-ipc.sock You can then use the i3-msg command to perform any command listed in the next section. +=== Disable focus follows mouse + +If you have a setup where your mouse usually is in your way (like a touchpad +on your laptop which you do not want to disable completely), you might want +to disable focus follows mouse and control focus only by using your keyboard. +The mouse will still be useful inside the currently active window (for example +to click on links in your browser window). + +*Syntax*: +---------------------------- +focus_follows_mouse +---------------------------- + +*Examples*: +---------------------- +focus_follows_mouse no +---------------------- + == List of commands === Manipulating layout -- 2.39.5