]> git.sur5r.net Git - i3/i3/blob - i3.welcome
72717ee711e3b420f8be2e061fa2e5827d5bb41c
[i3/i3] / i3.welcome
1 1.) Welcome to i3!
2
3 This message provides an overview of the default keybindings to use i3.
4 Please also make sure to have a look at the man page and the user's guide:
5 http://i3.zekjur.net/docs/userguide.html
6
7
8 2.) Configuration Files
9
10 /etc/i3/config is the default configuration. It is recommended to copy it and
11 afterwards edit it to suit your needs (in particular, you may want to disable
12 this message):
13
14         cp /etc/i3/config ~/.i3/config
15
16
17 3.) Keybindings
18
19 The following explanation is related to the QWERTY layout, but as the default
20 configuration uses keycodes instead of keysymbols for binding, you still have
21 to press the same physical keys, regardless of your keyboard layout.
22
23 The Mod1 key is usually bound to the "Alt" key on your keyboard.
24
25 Mod1+Enter opens a terminal emulator
26 Mod1+v starts dmenu (an application launcher)
27
28 The directional keys are j(left), k(down), l(up) and ;(right). You can also use
29 the arrow keys on your keyboard, if you prefer them.
30
31 Mod1+<directional key> moves the focus to the window in the given direction
32 Mod1+Shift+<directional key> moves the window to the given direction
33 Mod1+<number> opens the corresponding workspace
34 Mod1+Shift+<number> moves a window to the selected workspace
35 Mod1+h sets the mode of a container to stacking
36 Mod1+e sets the mode back to default
37 Mod1+f toggles fullscreen mode for the current window
38 Mod1+Shift+Space toggles floating mode for the current window
39 Mod1+Shift+q closes a window
40 Mod1+Shift+r restarts i3 in-place (at this time, you will lose your layout)
41 Mod1+Shift+e exits i3
42
43 If you have any questions, please don't hesitate to ask!
44 Have fun using i3