]> git.sur5r.net Git - i3/i3/blobdiff - man/i3.man
Bugfix: Repeatedly try to find screens if none are available (Thanks mxf)
[i3/i3] / man / i3.man
index c1513ea43f7994b0ccd4676d13709f442988f26f..cf592c62f4b6b3e771cecd393a8c0d20d270f5fd 100644 (file)
@@ -113,7 +113,10 @@ Mod1+t::
 Select the first tiling window if the current window is floating and vice-versa.
 
 Mod1+Shift+q::
-Kills the current client.
+Kills the current window. This is equivalent to "clicking on the close button", meaning a polite
+request to the application to close this window. For example, Firefox will save its session
+upon such a request. If the application does not support that, the window will be killed and
+it depends on the application what happens.
 
 Mod1+Shift+r::
 Restarts i3 in place (without losing any windows, but the layout).
@@ -246,6 +249,9 @@ export LC_TELEPHONE=de_DE.UTF-8
 export LC_MEASUREMENT=de_DE.UTF-8
 export LC_IDENTIFICATION=de_DE.UTF-8
 
+# Set background color
+xsetroot -solid "#333333"
+
 # Enable core dumps in case something goes wrong
 ulimit -c unlimited
 
@@ -259,6 +265,14 @@ exec /usr/bin/i3 >> ~/.i3/logfile
 There is still lot of work to do. Please check our bugtracker for up-to-date information
 about tasks which are still not finished.
 
+== SEE ALSO
+
+You should have a copy of the userguide (featuring nice screenshots/graphics which is why this
+is not integrated into this manpage), the debugging guide and the "how to hack" guide. If you
+are building from source, run +make -C docs+.
+
+You can also access these documents online at http://i3.zekjur.net/
+
 == AUTHOR
 
 Michael Stapelberg and contributors