]> git.sur5r.net Git - i3/i3/blob - i3.welcome
Wrote a short welcome message introducing the default key bindings.
[i3/i3] / i3.welcome
1 Welcome to i3,
2 This message is simply intended to introduce you to the basics of i3 with it's default configuration.
3 For further details have a look at the man page or the User's Guide which you can find at:
4 http://i3.zekjur.net/docs/userguide.html
5
6
7 Configuration Files
8 /etc/i3/config is the default configuration
9 ~/.i3/config is your configuration, it's recommended to copy the default one to this file and modify it.
10
11
12 Keybindings for the first steps
13 The following explanation is related to the QWERTY layout, but as the default configuration uses
14 keycodes instead of keysymbols for binding, they're still the same keys even with another layout.
15 The Mod1 key is usually bound to the Alt key at your keyboard.
16
17 Mod1+Enter opens a terminal which is by default urxvt
18
19 Mod1+v starts dmenu
20
21 The directional keys are by default j(left), k(down), l(up) and ;(right).
22
23 Mod1+<directional key> moves the focus to the window in the given direction
24
25 Mod1+Shift+<directional key> moves the window to the given direction, containers are created on the fly
26
27 Mod1+<number> opens the corresponding workspace
28
29 Mod1+Shift+<number> moves a window to the wished workspace
30
31 Mod1+h sets the mode of a container to stacking
32
33 Mod1+e sets the mode back to default
34
35 Mod1+f sets a window to fullscreen and also back to default mode
36
37 Mod1+Shift+Space sets a window into floating mode or back into tiling mode
38
39 Mod1+Shift+q closes a window
40
41 Mod1+Shift+r restarts i3
42
43 Mod1+Shift+e exits i3
44
45
46 For detailed information about the configuration file syntax, the keybindings which weren't mentioned
47 here and other features take a look at the User's Guide and the man page.
48