From: Michael Stapelberg Date: Sat, 6 Mar 2010 23:00:04 +0000 (+0100) Subject: Update userguide, explain comments and normalize the paragraph about fonts (Thanks... X-Git-Tag: 3.e~6^2~108 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f66d018e0252853e919bee52819ad62aaa5eb37f;p=i3%2Fi3 Update userguide, explain comments and normalize the paragraph about fonts (Thanks kraM) --- diff --git a/docs/userguide b/docs/userguide index 7f47acce..2212e792 100644 --- a/docs/userguide +++ b/docs/userguide @@ -173,16 +173,35 @@ you can set specific applications to start on a specific workspace, you can automatically start applications, you can change the colors of i3 or bind your keys to do useful stuff. -To change the configuration of i3, copy +/etc/i3/config+ to +~/.i3/config+ -and edit it with a text editor. +To change the configuration of i3, copy +/etc/i3/config+ to +\~/.i3/config+ +(or +~/.config/i3/config+ if you like the XDG directory scheme) and edit it +with a text editor. -=== General configuration +=== Comments -font:: - Specifies the default font you want i3 to use. Use an X core font - descriptor here, like - +-misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1+. You can - use +xfontsel(1)+ to pick one. +It is possible and recommended to use comments in your configuration file to +properly document your setup for later reference. Comments are started with +a # and can only be used at the beginning of a line, like this: + +*Examples*: +------------------- +# This is a comment +------------------- + +=== Fonts + +i3 uses X core fonts (not Xft) for rendering window titles and the internal +workspace bar. You can use +xfontsel(1)+ to generate such a font description. + +*Syntax*: +------------------------------ +font +------------------------------ + +*Examples*: +-------------------------------------------------------------- +font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 +-------------------------------------------------------------- === Keyboard bindings