]> git.sur5r.net Git - i3/i3/blob - docs/userguide
docs/userguide: document for_window (Thanks aksr)
[i3/i3] / docs / userguide
1 i3 User’s Guide
2 ===============
3 Michael Stapelberg <michael+i3@stapelberg.de>
4 July 2011
5
6 *********************************************************************************
7 This document is not yet finished. The tree branch is still in development. The
8 information provided here should be correct, just not complete yet.
9 *********************************************************************************
10
11 This document contains all the information you need to configure and use the i3
12 window manager. If it does not, please contact us on IRC (preferred) or post your
13 question(s) on the mailing list.
14
15 //////////////////////////////////////////////////////////////////////////////
16 == Default keybindings
17
18 For the "too long; didn’t read" people, here is an overview of the default
19 keybindings (click to see the full size image):
20
21 *Keys to use with mod (alt):*
22
23 image:keyboard-layer1.png["Keys to use with mod (alt)",width=600,link="keyboard-layer1.png"]
24
25 *Keys to use with Shift+mod:*
26
27 image:keyboard-layer2.png["Keys to use with Shift+mod",width=600,link="keyboard-layer2.png"]
28
29 As i3 uses keycodes in the default configuration, it does not matter which
30 keyboard layout you actually use. The key positions are what matters (of course
31 you can also use keysymbols, see <<keybindings>>).
32
33 The red keys are the modifiers you need to press (by default), the blue keys
34 are your homerow.
35 //////////////////////////////////////////////////////////////////////////////
36
37 == Using i3
38
39 Throughout this guide, the keyword +mod+ will be used to refer to the
40 configured modifier. This is the alt key (Mod1) by default, with windows (Mod4)
41 being a popular alternative.
42
43 === Opening terminals and moving around
44
45 One very basic operation is opening a new terminal. By default, the keybinding
46 for this is mod+Enter, that is Alt+Enter in the default configuration. By
47 pressing mod+Enter, a new terminal will be opened.  It will fill the whole
48 space available on your screen.
49
50 image:single_terminal.png[Single terminal]
51
52 If you now open another terminal, i3 will place it next to the current one,
53 splitting the screen size in half. Depending on your monitor, i3 will put the
54 created window beside the existing window (on wide displays) or below the
55 existing window (rotated displays).
56
57 image:two_terminals.png[Two terminals]
58
59 To move the focus between the two terminals, you can use the direction keys
60 which you may know from the editor +vi+. However, in i3, your homerow is used
61 for these keys (in +vi+, the keys are shifted to the left by one for
62 compatibility with most keyboard layouts). Therefore, +mod+J+ is left, +mod+K+
63 is down, +mod+L+ is up and `mod+;` is right. So, to switch between the
64 terminals, use +mod+K+ or +mod+L+. Of course, you can also use the arrow keys.
65
66 At the moment, your workspace is split (it contains two terminals) in a
67 specific direction (horizontal by default). Every window can be split
68 horizontally or vertically again, just like the workspace. The terminology is
69 "window" for a container that actually contains an X11 window (like a terminal
70 or browser) and "split container" for containers that consist of one or more
71 windows.
72
73 TODO: picture of the tree
74
75 To split a window vertically, press +mod+v+. To split it horizontally, press
76 +mod+h+.
77
78 === Changing the container layout
79
80 A split container can have one of the following layouts:
81
82 default::
83 Windows are sized so that every window gets an equal amount of space in the
84 container.
85 stacking::
86 Only the focused window in the container is displayed. You get a list of
87 windows at the top of the container.
88 tabbed::
89 The same principle as +stacking+, but the list of windows at the top is only
90 a single line which is vertically split.
91
92 To switch modes, press +mod+e+ for default, +mod+h+ for stacking and
93 +mod+w+ for tabbed.
94
95 image:modes.png[Container modes]
96
97 === Toggling fullscreen mode for a window
98
99 To display a window in fullscreen mode or to go out of fullscreen mode again,
100 press +mod+f+.
101
102 There is also a global fullscreen mode in i3 in which the client will span all
103 available outputs.
104
105 === Opening other applications
106
107 Aside from opening applications from a terminal, you can also use the handy
108 +dmenu+ which is opened by pressing +mod+d+ by default. Just type the name
109 (or a part of it) of the application which you want to open. The corresponding
110 application has to be in your +$PATH+ for this to work.
111
112 Additionally, if you have applications you open very frequently, you can
113 create a keybinding for starting the application directly. See the section
114 <<configuring>> for details.
115
116 === Closing windows
117
118 If an application does not provide a mechanism for closing (most applications
119 provide a menu, the escape key or a shortcut like +Control+W+ to close), you
120 can press +mod+Shift+q+ to kill a window. For applications which support
121 the WM_DELETE protocol, this will correctly close the application (saving
122 any modifications or doing other cleanup). If the application doesn’t support
123 the WM_DELETE protocol your X server will kill the window and the behaviour
124 depends on the application.
125
126 === Using workspaces
127
128 Workspaces are an easy way to group a set of windows. By default, you are on
129 the first workspace, as the bar on the bottom left indicates. To switch to
130 another workspace, press +mod+num+ where +num+ is the number of the workspace
131 you want to use. If the workspace does not exist yet, it will be created.
132
133 A common paradigm is to put the web browser on one workspace, communication
134 applications (+mutt+, +irssi+, ...) on another one, and the ones with which you
135 work, on the third one. Of course, there is no need to follow this approach.
136
137 If you have multiple screens, a workspace will be created on each screen at
138 startup. If you open a new workspace, it will be bound to the screen you
139 created it on.  When you switch to a workspace on another screen, i3 will set
140 focus to that screen.
141
142 === Moving windows to workspaces
143
144 To move a window to another workspace, simply press +mod+Shift+num+ where
145 +num+ is (like when switching workspaces) the number of the target workspace.
146 Similarly to switching workspaces, the target workspace will be created if
147 it does not yet exist.
148
149 === Resizing
150
151 The easiest way to resize a container is by using the mouse: Grab the border
152 and move it to the wanted size.
153
154 See <<resizingconfig>> for how to configure i3 to be able to resize
155 columns/rows with your keyboard.
156
157 === Restarting i3 inplace
158
159 To restart i3 inplace (and thus get into a clean state if there is a bug, or
160 to upgrade to a newer version of i3) you can use +mod+Shift+r+.
161
162 === Exiting i3
163
164 To cleanly exit i3 without killing your X server, you can use +mod+Shift+e+.
165
166 === Floating
167
168 Floating mode is the opposite of tiling mode. The position and size of a window
169 are not managed by i3, but by you. Using this mode violates the tiling
170 paradigm but can be useful for some corner cases like "Save as" dialog
171 windows, or toolbar windows (GIMP or similar). Those windows usually set the
172 appropriate hint and are opened in floating mode by default.
173
174 You can enable floating mode for a window by pressing +mod+Shift+Space+. By
175 dragging the window’s titlebar with your mouse you can move the window
176 around. By grabbing the borders and moving them you can resize the window. You
177 can also do that by using the <<floating_modifier>>.
178
179 For resizing floating windows with your keyboard, see <<resizingconfig>>.
180
181 Floating windows are always on top of tiling windows.
182
183 == Tree
184
185 i3 stores all information about the X11 outputs, workspaces and layout of the
186 windows on them in a tree. The root node is the X11 root window, followed by
187 the X11 outputs, then dock areas and a content container, then workspaces and
188 finally the windows themselve. In previous versions of i3 we had multiple lists
189 (of outputs, workspaces) and a table for each workspace. That approach turned
190 out to be complicated to use (snapping), understand and implement.
191
192 === The tree consists of Containers
193
194 The building blocks of our tree are so called +Containers+. A +Container+ can
195 host a window (meaning an X11 window, one that you can actually see and use,
196 like a browser). Alternatively, it could contain one or more +Containers+. A
197 simple example is the workspace: When you start i3 with a single monitor, a
198 single workspace and you open two terminal windows, you will end up with a tree
199 like this:
200
201 image::tree-layout2.png["layout2",float="right"]
202 image::tree-shot4.png["shot4",title="Two terminals on standard workspace"]
203
204 === Orientation and Split Containers
205
206 [[OrientationSplit]]
207
208 It is only natural to use so-called +Split Containers+ in order to build a
209 layout when using a tree as data structure. In i3, every +Container+ has an
210 orientation (horizontal, vertical or unspecified). So, in our example with the
211 workspace, the default orientation of the workspace +Container+ is horizontal
212 (most monitors are widescreen nowadays). If you change the orientation to
213 vertical (+mod+v+ in the default config) and *then* open two terminals, i3 will
214 configure your windows like this:
215
216 image::tree-shot2.png["shot2",title="Vertical Workspace Orientation"]
217
218 An interesting new feature of the tree branch is the ability to split anything:
219 Let’s assume you have two terminals on a workspace (with horizontal
220 orientation), focus is on the right terminal. Now you want to open another
221 terminal window below the current one. If you would just open a new terminal
222 window, it would show up to the right due to the horizontal workspace
223 orientation. Instead, press +mod+v+ to create a +Vertical Split Container+ (to
224 open a +Horizontal Split Container+, use +mod+h+). Now you can open a new
225 terminal and it will open below the current one:
226
227 image::tree-layout1.png["Layout",float="right"]
228 image::tree-shot1.png["shot",title="Vertical Split Container"]
229
230 unfloat::[]
231
232 You probably guessed it already: There is no limit on how deep your hierarchy
233 of splits can be.
234
235 === Focus parent
236
237 Let’s stay with our example from above. We have a terminal on the left and two
238 vertically split terminals on the right, focus is on the bottom right one. When
239 you open a new terminal, it will open below the current one.
240
241 So, how can you open a new terminal window to the *right* of the current one?
242 The solution is to use +focus parent+, which will focus the +Parent Container+ of
243 the current +Container+. In this case, you would focus the +Vertical Split
244 Container+ which is *inside* the horizontally oriented workspace. Thus, now new
245 windows will be opened to the right of the +Vertical Split Container+:
246
247 image::tree-shot3.png["shot3",title="Focus parent, then open new terminal"]
248
249 [[configuring]]
250 == Configuring i3
251
252 This is where the real fun begins ;-). Most things are very dependant on your
253 ideal working environment so we can’t make reasonable defaults for them.
254
255 While not using a programming language for the configuration, i3 stays
256 quite flexible in regards to the things you usually want your window manager
257 to do.
258
259 For example, you can configure bindings to jump to specific windows,
260 you can set specific applications to start on specific workspaces, you can
261 automatically start applications, you can change the colors of i3, and you
262 can bind your keys to do useful things.
263
264 To change the configuration of i3, copy +/etc/i3/config+ to +\~/.i3/config+
265 (or +~/.config/i3/config+ if you like the XDG directory scheme) and edit it
266 with a text editor.
267
268 On first start (and on all following starts, unless you have a configuration
269 file), i3 will offer you to create a configuration file. You can tell the
270 wizard to use either Alt (Mod1) or Windows (Mod4) as modifier in the config
271 file. Also, the created config file will use the key symbols of your current
272 keyboard layout. To start the wizard, use the command +i3-config-wizard+.
273 Please note that you must not have +~/.i3/config+, otherwise the wizard will
274 exit.
275
276 === Comments
277
278 It is possible and recommended to use comments in your configuration file to
279 properly document your setup for later reference. Comments are started with
280 a # and can only be used at the beginning of a line:
281
282 *Examples*:
283 -------------------
284 # This is a comment
285 -------------------
286
287 === Fonts
288
289 i3 uses X core fonts (not Xft) for rendering window titles. You can use
290 +xfontsel(1)+ to generate such a font description. To see special characters
291 (Unicode), you need to use a font which supports the ISO-10646 encoding.
292
293 If i3 cannot open the configured font, it will output an error in the logfile
294 and fall back to a working font.
295
296 *Syntax*:
297 ------------------------------
298 font <X core font description>
299 ------------------------------
300
301 *Examples*:
302 --------------------------------------------------------------
303 font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
304 --------------------------------------------------------------
305
306 [[keybindings]]
307
308 === Keyboard bindings
309
310 A keyboard binding makes i3 execute a command (see below) upon pressing a
311 specific key. i3 allows you to bind either on keycodes or on keysyms (you can
312 also mix your bindings, though i3 will not protect you from overlapping ones).
313
314 * A keysym (key symbol) is a description for a specific symbol, like "a"
315   or "b", but also more strange ones like "underscore" instead of "_". These
316   are the ones you use in Xmodmap to remap your keys. To get the current
317   mapping of your keys, use +xmodmap -pke+.
318
319 * Keycodes do not need to have a symbol assigned (handy for custom vendor
320   hotkeys on some notebooks) and they will not change their meaning as you
321   switch to a different keyboard layout (when using +xmodmap+).
322
323 My recommendation is: If you often switch keyboard layouts but you want to keep
324 your bindings in the same physical location on the keyboard, use keycodes.
325 If you don’t switch layouts, and want a clean and simple config file, use
326 keysyms.
327
328 *Syntax*:
329 ----------------------------------
330 bindsym [Modifiers+]keysym command
331 bindcode [Modifiers+]keycode command
332 ----------------------------------
333
334 *Examples*:
335 --------------------------------
336 # Fullscreen
337 bindsym mod+f f
338
339 # Restart
340 bindsym mod+Shift+r restart
341
342 # Notebook-specific hotkeys
343 bindcode 214 exec /home/michael/toggle_beamer.sh
344 --------------------------------
345
346 Available Modifiers:
347
348 Mod1-Mod5, Shift, Control::
349 Standard modifiers, see +xmodmap(1)+
350
351 Mode_switch::
352 Unlike other window managers, i3 can use Mode_switch as a modifier. This allows
353 you to remap capslock (for example) to Mode_switch and use it for both: typing
354 umlauts or special characters 'and' having some comfortably reachable key
355 bindings. For example, when typing, capslock+1 or capslock+2 for switching
356 workspaces is totally convenient. Try it :-).
357
358 [[floating_modifier]]
359
360 === The floating modifier
361
362 To move floating windows with your mouse, you can either grab their titlebar
363 or configure the so called floating modifier which you can then press and
364 click anywhere in the window itself to move it. The most common setup is to
365 use the same key you use for managing windows (Mod1 for example). Then
366 you can press Mod1, click into a window using your left mouse button, and drag
367 it to the position you want.
368
369 When holding the floating modifier, you can resize a floating window by
370 pressing the right mouse button on it and moving around while holding it. If
371 you hold the shift button as well, the resize will be proportional.
372
373 *Syntax*:
374 --------------------------------
375 floating_modifier <Modifiers>
376 --------------------------------
377
378 *Example*:
379 --------------------------------
380 floating_modifier Mod1
381 --------------------------------
382
383 === Orientation for new workspaces
384
385 New workspaces get a reasonable default orientation: Wide-screen monitors
386 (anything wider than high) get horizontal orientation, rotated monitors
387 (anything higher than wide) get vertical orientation.
388
389 With the +default_orientation+ configuration directive, you can override that
390 behaviour.
391
392 *Syntax*:
393 ----------------------------------------------
394 default_orientation <horizontal|vertical|auto>
395 ----------------------------------------------
396
397 *Example*:
398 ----------------------------
399 default_orientation vertical
400 ----------------------------
401
402 === Layout mode for new containers
403
404 This option determines in which mode new containers on workspace level will
405 start.
406 ///////////////////////////////
407 See also <<stack-limit>>.
408 //////////////////////////////
409
410 *Syntax*:
411 ---------------------------------------------
412 workspace_layout <default|stacking|tabbed>
413 ---------------------------------------------
414 /////////////////////////////////////////////
415 new_container stack-limit <cols|rows> <value>
416 /////////////////////////////////////////////
417
418 *Example*:
419 ---------------------
420 workspace_layout tabbed
421 ---------------------
422
423 === Border style for new windows
424
425 This option determines which border style new windows will have.
426
427 *Syntax*:
428 ---------------------------------------------
429 new_window <normal|1pixel|borderless>
430 ---------------------------------------------
431
432 *Example*:
433 ---------------------
434 new_window 1pixel
435 ---------------------
436
437 === Arbitrary commands for specific windows (for_window)
438
439 With the +for_window+ command, you can let i3 execute any command when it
440 encounters a specific window. This can be used to set windows to floating or to
441 change their border style, for example.
442
443 *Syntax*:
444 -----------------------------
445 for_window [criteria] command
446 -----------------------------
447
448 *Examples*:
449 ------------------------------------------------
450 # enable floating mode for all XTerm windows
451 for_window [class="XTerm"] mode floating
452
453 # Make all urxvts use a 1-pixel border:
454 for_window [class="urxvt"] border 1pixel
455
456 # A less useful, but rather funny example:
457 # makes the window floating as soon as I change
458 # directory to ~/work
459 for_window [title="x200: ~/work"] mode floating
460 ------------------------------------------------
461
462 === Variables
463
464 As you learned in the section about keyboard bindings, you will have
465 to configure lots of bindings containing modifier keys. If you want to save
466 yourself some typing and be able to change the modifier you use later,
467 variables can be handy.
468
469 *Syntax*:
470 --------------
471 set $name value
472 --------------
473
474 *Example*:
475 ------------------------
476 set $m Mod1
477 bindsym $m+Shift+r restart
478 ------------------------
479
480 Variables are directly replaced in the file when parsing. There is no fancy
481 handling and there are absolutely no plans to change this. If you need a more
482 dynamic configuration you should create a little script which generates a
483 configuration file and run it before starting i3 (for example in your
484 +~/.xsession+ file).
485
486 === Automatically putting clients on specific workspaces
487
488 [[assign_workspace]]
489
490 Specific windows can be matched by window class and/or window title. It is
491 recommended that you match on window classes instead of window titles whenever
492 possible because some applications first create their window, and then worry
493 about setting the correct title. Firefox with Vimperator comes to mind. The
494 window starts up being named Firefox, and only when Vimperator is loaded does
495 the title change. As i3 will get the title as soon as the application maps the
496 window (mapping means actually displaying it on the screen), you’d need to have
497 to match on 'Firefox' in this case.
498
499 You can prefix or suffix workspaces with a `~` to specify that matching clients
500 should be put into floating mode. If you specify only a `~`, the client will
501 not be put onto any workspace, but will be set floating on the current one.
502
503 *Syntax*:
504 ------------------------------------------------------------
505 assign ["]window class[/window title]["] [→] [workspace]
506 ------------------------------------------------------------
507
508 *Examples*:
509 ----------------------
510 assign urxvt 2
511 assign urxvt → 2
512 assign urxvt → work
513 assign "urxvt" → 2
514 assign "urxvt/VIM" → 3
515 assign "gecko" → 4
516 ----------------------
517
518 Note that the arrow is not required, it just looks good :-). If you decide to
519 use it, it has to be a UTF-8 encoded arrow, not `->` or something like that.
520
521 === Automatically starting applications on i3 startup
522
523 By using the +exec+ keyword outside a keybinding, you can configure
524 which commands will be performed by i3 on initial startup. +exec+
525 commands will not run when restarting i3, if you need a command to run
526 also when restarting i3 you should use the +exec_always+
527 keyword. These commands will be run in order.
528
529 *Syntax*:
530 -------------------
531 exec command
532 exec_always command
533 -------------------
534
535 *Examples*:
536 --------------------------------
537 exec i3status | dzen2 -dock
538 exec_always ~/my_script.sh
539 --------------------------------
540
541 [[workspace_screen]]
542
543 === Automatically putting workspaces on specific screens
544
545 If you assign clients to workspaces, it might be handy to put the
546 workspaces on specific screens. Also, the assignment of workspaces to screens
547 will determine which workspace i3 uses for a new screen when adding screens
548 or when starting (e.g., by default it will use 1 for the first screen, 2 for
549 the second screen and so on).
550
551 *Syntax*:
552 ----------------------------------
553 workspace <number> output <output>
554 ----------------------------------
555
556 The 'output' is the name of the RandR output you attach your screen to. On a
557 laptop, you might have VGA1 and LVDS1 as output names. You can see the
558 available outputs by running +xrandr --current+.
559
560 *Examples*:
561 ---------------------------
562 workspace 1 output LVDS1
563 workspace 5 output VGA1
564 ---------------------------
565
566 === Changing colors
567
568 You can change all colors which i3 uses to draw the window decorations.
569
570 *Syntax*:
571 --------------------------------------------
572 colorclass border background text
573 --------------------------------------------
574
575 Where colorclass can be one of:
576
577 client.focused::
578         A client which currently has the focus.
579 client.focused_inactive::
580         A client which is the focused one of its container, but it does not have
581         the focus at the moment.
582 client.unfocused::
583         A client which is not the focused one of its container.
584 client.urgent::
585         A client which has its urgency hint activated.
586 bar.focused::
587         The current workspace in the bottom bar.
588 bar.unfocused::
589         All other workspaces in the bottom bar.
590 bar.urgent::
591         A workspace which has at least one client with an activated urgency hint.
592
593 You can also specify the color to be used to paint the background of the client
594 windows. This color will be used to paint the window on top of which the client
595 will be rendered.
596
597 *Syntax*:
598 -----------------------
599 client.background color
600 -----------------------
601
602 Only clients that do not cover the whole area of this window expose the color
603 used to paint it. If you use a color other than black for your terminals, you
604 most likely want to set the client background color to the same color as your
605 terminal program's background color to avoid black gaps between the rendered
606 area of the termianal and the i3 border.
607
608 Colors are in HTML hex format (#rrggbb), see the following example:
609
610 *Examples*:
611 --------------------------------------
612 # class        border  backgr. text
613 client.focused #2F343A #900000 #FFFFFF
614 --------------------------------------
615
616 Note that for the window decorations, the color around the child window is the
617 background color, and the border color is only the two thin lines at the top of
618 the window.
619
620 === Interprocess communication
621
622 i3 uses unix sockets to provide an IPC interface. This allows third-party
623 programs to get information from i3, such as the current workspaces
624 (to display a workspace bar), and to control i3.
625
626 The IPC socket is enabled by default and will be created in
627 +/tmp/i3-%u/ipc-socket.%p+ where +%u+ is your UNIX username and +%p+ is the PID
628 of i3.
629
630 You can override the default path through the environment-variable +I3SOCK+ or
631 by specifying the +ipc-socket+ directive.
632
633 *Examples*:
634 ----------------------------
635 ipc-socket /tmp/i3-ipc.sock
636 ----------------------------
637
638 You can then use the +i3-msg+ application to perform any command listed in
639 the next section.
640
641 === Focus follows mouse
642
643 If you have a setup where your mouse usually is in your way (like a touchpad
644 on your laptop which you do not want to disable completely), you might want
645 to disable 'focus follows mouse' and control focus only by using your keyboard.
646 The mouse will still be useful inside the currently active window (for example
647 to click on links in your browser window).
648
649 *Syntax*:
650 ----------------------------
651 focus_follows_mouse <yes|no>
652 ----------------------------
653
654 *Example*:
655 ----------------------
656 focus_follows_mouse no
657 ----------------------
658
659 === Popups during fullscreen mode
660
661 When you are in fullscreen mode, some applications still open popup windows
662 (take Xpdf for example). This is because these applications may not be aware
663 that they are in fullscreen mode (they do not check the corresponding hint).
664 There are two things which are possible to do in this situation:
665
666 1. Just ignore the popup (don’t map it). This won’t interrupt you while you are
667    in fullscreen. However, some apps might react badly to this (deadlock until
668    you go out of fullscreen).
669 2. Leave fullscreen mode. This is the default.
670
671 *Syntax*:
672 -------------------------------------------------
673 popup_during_fullscreen <ignore|leave_fullscreen>
674 -------------------------------------------------
675
676 *Example*:
677 ------------------------------
678 popup_during_fullscreen ignore
679 ------------------------------
680
681 == List of commands
682
683 === Splitting containers
684
685 The split command makes the current window a split container. Split containers
686 can contain multiple windows. Every split container has an orientation, it is
687 either split horizontally (a new window gets placed to the right of the current
688 one) or vertically (a new window gets placed below the current one).
689
690 If you apply this command to a split container with the same orientation,
691 nothing will happen. If you use a different orientation, the split container’s
692 orientation will be changed (if it does not have more than one window).
693
694 *Syntax*:
695 ---------------------------
696 split <vertical|horizontal>
697 ---------------------------
698
699 *Example*:
700 --------------
701 split vertical
702 --------------
703
704 === Manipulating layout
705
706 Use +layout default+, +layout stacking+ or +layout tabbed+ to change the
707 current container layout to default, stacking or tabbed layout, respectively.
708
709 To make the current window (!) fullscreen, use +fullscreen+, to make
710 it floating (or tiling again) use +floating enable+ respectively +floating disable+
711 (or +floating toggle+):
712
713 *Examples*:
714 --------------
715 bindsym mod+s layout stacking
716 bindsym mod+l layout default
717 bindsym mod+w layout tabbed
718
719 # Toggle fullscreen
720 bindsym mod+f fullscreen
721
722 # Toggle floating/tiling
723 bindsym mod+t floating toggle
724 --------------
725
726 === Focusing/Moving containers
727
728 To change the focus, use the focus command: +focus left+, +focus right+, +focus down+ and +focus up+.
729
730 There are a few special parameters you can use for the focus command:
731
732 parent::
733         Sets focus to the +Parent Container+ of the current +Container+.
734 child::
735         The opposite of +focus parent+, sets the focus to the last focused
736         child container.
737 floating::
738         Sets focus to the last focused floating container.
739 tiling::
740         Sets focus to the last focused tiling container.
741 mode_toggle::
742         Toggles between floating/tiling containers.
743
744 For moving, use +move left+, +move right+, +move down+ and +move up+.
745
746 *Examples*:
747 ----------------------
748 # Focus clients on the left, bottom, top, right:
749 bindsym mod+j focus left
750 bindsym mod+k focus down
751 bindsym mod+l focus up
752 bindsym mod+semicolon focus right
753
754 # Focus parent container
755 bindsym mod+u focus parent
756
757 # Focus last floating/tiling container
758 bindsym mod+g focus mode_toggle
759
760 # Move client to the left, bottom, top, right:
761 bindsym mod+j move left
762 bindsym mod+k move down
763 bindsym mod+l move up
764 bindsym mod+semicolon move right
765 ----------------------
766
767 === Changing workspaces/moving containers to workspaces
768
769 To change to a specific workspace, use the +workspace+ command, followed by the
770 number or name of the workspace. To move containers to specific workspaces, use
771 +move workspace+.
772
773 You can also switch to the next and previous workspace with the commands
774 +workspace next+ and +workspace prev+, which is handy, for example, if you have
775 workspace 1, 3, 4 and 9 and you want to cycle through them with a single key
776 combination.
777
778 *Examples*:
779 -------------------------
780 bindsym mod+1 workspace 1
781 bindsym mod+2 workspace 2
782 ...
783
784 bindsym mod+Shift+1 move workspace 1
785 bindsym mod+Shift+2 move workspace 2
786 ...
787 -------------------------
788
789 [[resizingconfig]]
790
791 === Resizing containers/windows
792
793 If you want to resize containers/windows using your keyboard, you can use the
794 +resize+ command, I recommend using it inside a so called +mode+:
795
796 .Example: Configuration file, defining a mode for resizing
797 ----------------------------------------------------------------------
798 mode "resize" {
799         # These bindings trigger as soon as you enter the resize mode
800
801         # They resize the border in the direction you pressed, e.g.
802         # when pressing left, the window is resized so that it has
803         # more space on its left
804
805         bindsym j resize shrink left
806         bindsym Shift+j resize grow left
807
808         bindsym k resize grow bottom
809         bindsym Shift+k resize shrink bottom
810
811         bindsym l resize shrink top
812         bindsym Shift+l resize grow top
813
814         bindsym semicolon resize grow right
815         bindsym Shift+semicolon resize shrink right
816
817         bindcode 36 mode default
818 }
819
820 # Enter resize mode
821 bindsym mod+r mode "resize"
822 ----------------------------------------------------------------------
823
824 === Jumping to specific windows
825
826 Often when in a multi-monitor environment, you want to quickly jump to a
827 specific window. For example, while working on workspace 3 you may want to
828 jump to your mail client to email your boss that you’ve achieved some
829 important goal. Instead of figuring out how to navigate to your mailclient,
830 it would be more convenient to have a shortcut. You can use the +focus+ command
831 with criteria for that.
832
833 *Syntax*:
834 ----------------------------------------------------
835 [class="class"] focus
836 [title="title"] focus
837 ----------------------------------------------------
838
839 *Examples*:
840 ------------------------------------------------
841 # Get me to the next open VIM instance
842 bindsym mod+a [class="urxvt" title="VIM"] focus
843 ------------------------------------------------
844
845 === VIM-like marks (mark/goto)
846
847 [[vim_like_marks]]
848
849 This feature is like the jump feature: It allows you to directly jump to a
850 specific window (this means switching to the appropriate workspace and setting
851 focus to the windows). However, you can directly mark a specific window with
852 an arbitrary label and use it afterwards.  You do not need to ensure that your
853 windows have unique classes or titles, and you do not need to change your
854 configuration file.
855
856 As the command needs to include the label with which you want to mark the
857 window, you cannot simply bind it to a key.  +i3-input+ is a tool created
858 for this purpose: It lets you input a command and sends the command to i3. It
859 can also prefix this command and display a custom prompt for the input dialog.
860
861 *Syntax*:
862 ------------------------------
863 mark identifier
864 [con_mark="identifier"] focus
865 ------------------------------
866
867 *Example (in a terminal)*:
868 ------------------------------
869 $ i3-msg mark irssi
870 $ i3-msg '[con_mark="irssi"] focus'
871 ------------------------------
872
873 ///////////////////////////////////////////////////////////////////
874 TODO: make i3-input replace %s
875 *Examples*:
876 ---------------------------------------
877 # Read 1 character and mark the current window with this character
878 bindsym mod+m exec i3-input -p 'mark ' -l 1 -P 'Mark: '
879
880 # Read 1 character and go to the window with the character
881 bindsym mod+g exec i3-input -p 'goto ' -l 1 -P 'Goto: '
882 ---------------------------------------
883
884 Alternatively, if you do not want to mess with +i3-input+, you could create
885 seperate bindings for a specific set of labels and then only use those labels.
886 ///////////////////////////////////////////////////////////////////
887
888 === Changing border style
889
890 To change the border of the current client, you can use +border normal+ to use the normal
891 border (including window title), +border 1pixel+ to use a 1-pixel border (no window title)
892 and +border none+ to make the client borderless.
893
894 There is also +border toggle+ which will toggle the different border styles.
895
896 *Examples*:
897 ----------------------------
898 bindsym mod+t border normal
899 bindsym mod+y border 1pixel
900 bindsym mod+u border none
901 ----------------------------
902
903 [[stack-limit]]
904
905 ///////////////////////////////////////////////////////////////////////////////
906 TODO: not yet implemented
907 === Changing the stack-limit of a container
908
909 If you have a single container with a lot of windows inside it (say, more than
910 10), the default layout of a stacking container can get a little unhandy.
911 Depending on your screen’s size, you might end up with only half of the title
912 lines being actually used, wasting a lot of screen space.
913
914 Using the +stack-limit+ command, you can limit the number of rows or columns
915 in a stacking container. i3 will create columns or rows (depending on what
916 you limited) automatically as needed.
917
918 *Syntax*:
919 --------------------------------
920 stack-limit <cols|rows> <value>
921 --------------------------------
922
923 *Examples*:
924 -------------------
925 # I always want to have two window titles in one line
926 stack-limit cols 2
927
928 # Not more than 5 rows in this stacking container
929 stack-limit rows 5
930 -------------------
931
932 image:stacklimit.png[Container limited to two columns]
933 ///////////////////////////////////////////////////////////////////////////////
934
935 === Reloading/Restarting/Exiting
936
937 You can make i3 reload its configuration file with +reload+. You can also
938 restart i3 inplace with the +restart+ command to get it out of some weird state
939 (if that should ever happen) or to perform an upgrade without having to restart
940 your X session. To exit i3 properly, you can use the +exit+ command,
941 however you don’t need to (simply killing your X session is fine as well).
942
943 *Examples*:
944 ----------------------------
945 bindsym mod+Shift+r restart
946 bindsym mod+Shift+w reload
947 bindsym mod+Shift+e exit
948 ----------------------------
949
950 [[multi_monitor]]
951
952 == Multiple monitors
953
954 As you can see in the goal list on the website, i3 was specifically developed
955 with support for multiple monitors in mind. This section will explain how to
956 handle multiple monitors.
957
958 When you have only one monitor, things are simple. You usually start with
959 workspace 1 on your monitor and open new ones as you need them.
960
961 When you have more than one monitor, each monitor will get an initial
962 workspace.  The first monitor gets 1, the second gets 2 and a possible third
963 would get 3. When you switch to a workspace on a different monitor, i3 will
964 switch to that monitor and then switch to the workspace. This way, you don’t
965 need shortcuts to switch to a specific monitor, and you don’t need to remember
966 where you put which workspace. New workspaces will be opened on the currently
967 active monitor.  It is not possible to have a monitor without a workspace.
968
969 The idea of making workspaces global is based on the observation that most
970 users have a very limited set of workspaces on their additional monitors.
971 They are often used for a specific task (browser, shell) or for monitoring
972 several things (mail, IRC, syslog, …). Thus, using one workspace on one monitor
973 and "the rest" on the other monitors often makes sense. However, as you can
974 create an unlimited number of workspaces in i3 and tie them to specific
975 screens, you can have the "traditional" approach of having X workspaces per
976 screen by changing your configuration (using modes, for example).
977
978 === Configuring your monitors
979
980 To help you get going if you have never used multiple monitors before, here is
981 a short overview of the xrandr options which will probably be of interest to
982 you. It is always useful to get an overview of the current screen configuration.
983 Just run "xrandr" and you will get an output like the following:
984 -------------------------------------------------------------------------------
985 $ xrandr
986 Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
987 VGA1 disconnected (normal left inverted right x axis y axis)
988 LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 261mm x 163mm
989    1280x800       60.0*+   50.0
990    1024x768       85.0     75.0     70.1     60.0
991    832x624        74.6
992    800x600        85.1     72.2     75.0     60.3     56.2
993    640x480        85.0     72.8     75.0     59.9
994    720x400        85.0
995    640x400        85.1
996    640x350        85.1
997 --------------------------------------------------------------------------------------
998
999 Several things are important here: You can see that +LVDS1+ is connected (of
1000 course, it is the internal flat panel) but +VGA1+ is not. If you have a monitor
1001 connected to one of the ports but xrandr still says "disconnected", you should
1002 check your cable, monitor or graphics driver.
1003
1004 The maximum resolution you can see at the end of the first line is the maximum
1005 combined resolution of your monitors. By default, it is usually too low and has
1006 to be increased by editing +/etc/X11/xorg.conf+.
1007
1008 So, say you connected VGA1 and want to use it as an additional screen:
1009 -------------------------------------------
1010 xrandr --output VGA1 --auto --left-of LVDS1
1011 -------------------------------------------
1012 This command makes xrandr try to find the native resolution of the device
1013 connected to +VGA1+ and configures it to the left of your internal flat panel.
1014 When running "xrandr" again, the output looks like this:
1015 -------------------------------------------------------------------------------
1016 $ xrandr
1017 Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 8192 x 8192
1018 VGA1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
1019    1280x1024      60.0*+   75.0
1020    1280x960       60.0
1021    1152x864       75.0
1022    1024x768       75.1     70.1     60.0
1023    832x624        74.6
1024    800x600        72.2     75.0     60.3     56.2
1025    640x480        72.8     75.0     66.7     60.0
1026    720x400        70.1
1027 LVDS1 connected 1280x800+1280+0 (normal left inverted right x axis y axis) 261mm x 163mm
1028    1280x800       60.0*+   50.0
1029    1024x768       85.0     75.0     70.1     60.0
1030    832x624        74.6
1031    800x600        85.1     72.2     75.0     60.3     56.2
1032    640x480        85.0     72.8     75.0     59.9
1033    720x400        85.0
1034    640x400        85.1
1035    640x350        85.1
1036 -------------------------------------------------------------------------------
1037 Please note that i3 uses exactly the same API as xrandr does, so it will see
1038 only what you can see in xrandr.
1039
1040 See also <<presentations>> for more examples of multi-monitor setups.
1041
1042 === Interesting configuration for multi-monitor environments
1043
1044 There are several things to configure in i3 which may be interesting if you
1045 have more than one monitor:
1046
1047 1. You can specify which workspace should be put on which screen. This
1048    allows you to have a different set of workspaces when starting than just
1049    1 for the first monitor, 2 for the second and so on. See
1050    <<workspace_screen>>.
1051 2. If you want some applications to generally open on the bigger screen
1052    (MPlayer, Firefox, …), you can assign them to a specific workspace, see
1053    <<assign_workspace>>.
1054 3. If you have many workspaces on many monitors, it might get hard to keep
1055    track of which window you put where. Thus, you can use vim-like marks to
1056    quickly switch between windows. See <<vim_like_marks>>.
1057
1058 == i3 and the rest of your software world
1059
1060 === Displaying a status line
1061
1062 A very common thing amongst users of exotic window managers is a status line at
1063 some corner of the screen. It is an often superior replacement to the widget
1064 approach you have in the task bar of a traditional desktop environment.
1065
1066 If you don’t already have your favorite way of generating such a status line
1067 (self-written scripts, conky, …), then i3status is the recommended tool for
1068 this task. It was written in C with the goal of using as few syscalls as
1069 possible to reduce the time your CPU is woken up from sleep states. Because
1070 i3status only spits out text, you need to combine it with some other tool, like
1071 i3bar. Use a pipe to connect them: +i3status | i3bar -d+.
1072
1073 Regardless of which application you use to display the status line, you
1074 want to make sure that it registers as a dock window using EWMH hints. i3 will
1075 position the window either at the top or at the bottom of the screen, depending
1076 on which hint the application sets. With i3bar, you can use +-d+ or +-dbottom+
1077 for positioning it at the bottom and +-dtop+ to position it at the top of the
1078 screen.
1079
1080 === Giving presentations (multi-monitor)
1081
1082 When giving a presentation, you typically want the audience to see what you see
1083 on your screen and then go through a series of slides (if the presentation is
1084 simple). For more complex presentations, you might want to have some notes
1085 which only you can see on your screen, while the audience can only see the
1086 slides.
1087
1088 [[presentations]]
1089 ==== Case 1: everybody gets the same output
1090 This is the simple case. You connect your computer to the video projector,
1091 turn on both (computer and video projector) and configure your X server to
1092 clone the internal flat panel of your computer to the video output:
1093 -----------------------------------------------------
1094 xrandr --output VGA1 --mode 1024x768 --same-as LVDS1
1095 -----------------------------------------------------
1096 i3 will then use the lowest common subset of screen resolutions, the rest of
1097 your screen will be left untouched (it will show the X background). So, in
1098 our example, this would be 1024x768 (my notebook has 1280x800).
1099
1100 ==== Case 2: you can see more than your audience
1101 This case is a bit harder. First of all, you should configure the VGA output
1102 somewhere near your internal flat panel, say right of it:
1103 -----------------------------------------------------
1104 xrandr --output VGA1 --mode 1024x768 --right-of LVDS1
1105 -----------------------------------------------------
1106 Now, i3 will put a new workspace (depending on your settings) on the new screen
1107 and you are in multi-monitor mode (see <<multi_monitor>>).
1108
1109 Because i3 is not a compositing window manager, there is no ability to
1110 display a window on two screens at the same time. Instead, your presentation
1111 software needs to do this job (that is, open a window on each screen).