]> git.sur5r.net Git - i3/i3/commitdiff
userguide: add popup_during_fullscreen configuration directive
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 28 Jul 2011 22:26:30 +0000 (00:26 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 28 Jul 2011 22:26:30 +0000 (00:26 +0200)
docs/userguide

index 0c9ad600e8ceee5a2119cba0dbfad74bf1580c9f..e80ff7740ac8727184e42bfe189222c555e357d8 100644 (file)
@@ -594,7 +594,7 @@ ipc-socket /tmp/i3-ipc.sock
 You can then use the +i3-msg+ application to perform any command listed in
 the next section.
 
-=== Disable focus follows mouse
+=== 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
@@ -607,11 +607,33 @@ to click on links in your browser window).
 focus_follows_mouse <yes|no>
 ----------------------------
 
-*Examples*:
+*Example*:
 ----------------------
 focus_follows_mouse no
 ----------------------
 
+=== Popups during fullscreen mode
+
+When you are in fullscreen mode, some applications still open popup windows
+(take Xpdf for example). This is because these applications may not be aware
+that they are in fullscreen mode (they do not check the corresponding hint).
+There are two things which are possible to do in this situation:
+
+1. Just ignore the popup (don’t map it). This won’t interrupt you while you are
+   in fullscreen. However, some apps might react badly to this (deadlock until
+   you go out of fullscreen).
+2. Leave fullscreen mode. This is the default.
+
+*Syntax*:
+-------------------------------------------------
+popup_during_fullscreen <ignore|leave_fullscreen>
+-------------------------------------------------
+
+*Example*:
+------------------------------
+popup_during_fullscreen ignore
+------------------------------
+
 == List of commands
 
 === Manipulating layout