]> git.sur5r.net Git - i3/i3/blob - i3.config
default config: don’t use /tmp/nestedcons, better description of ipc-socket
[i3/i3] / i3.config
1 # This configuration file was written for the NEO layout. If you are using a
2 # different layout, you should change it.
3
4 # ISO 10646 = Unicode
5 font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
6
7 # Use Mouse+Mod1 to drag floating windows to their wanted position
8 floating_modifier Mod1
9
10 # Enable Inter Process Communication (IPC) for i3bar, i3msg, etc.
11 # socket will be stored in /tmp/i3-<user>/ipc-socket.<pid>
12 ipc-socket
13
14 # Open empty container
15 bindsym Mod1+Shift+Return open
16
17 # Start terminal
18 bindsym Mod1+Return exec /usr/bin/urxvt
19
20 # Start dmenu
21 bindsym Mod1+p exec /usr/bin/dmenu_run
22
23 # Horizontal orientation
24 bindsym Mod1+h split h
25
26 # Vertical orientation
27 bindsym Mod1+v split v
28
29 # Enter fullscreen mode for the focused container
30 bindsym Mod1+f fullscreen
31
32 # Stacking (Mod1+s)
33 bindsym Mod1+s layout stacking
34
35 # Tabbed (Mod1+w)
36 bindsym Mod1+w layout tabbed
37
38 # Default (Mod1+l)
39 bindsym Mod1+l layout default
40
41 # toggle tiling / floating
42 bindsym Mod1+Shift+space floating toggle
43
44 # focus the parent container
45 bindsym Mod1+u focus parent
46
47 # focus the child container
48 #bindsym Mod1+d focus child
49
50 # Kill current window
51 bindsym Mod1+c kill
52
53 # Restore saved JSON layout
54 bindsym Mod1+y append_layout /home/michael/i3/layout.json
55
56 # Reload the configuration file
57 bindsym Mod1+Shift+j reload
58 # Restart i3 inplace
59 bindsym Mod1+Shift+c restart
60 # Exit i3 (logs you out of your X session)
61 bindsym Mod1+Shift+l exit
62
63 # Focus
64 bindsym Mod1+n focus left
65 bindsym Mod1+r focus down
66 bindsym Mod1+t focus up
67 bindsym Mod1+d focus right
68
69 # alternatively, you can use the cursor keys:
70 bindsym Mod1+Left focus left
71 bindsym Mod1+Down focus down
72 bindsym Mod1+Up focus up
73 bindsym Mod1+Right focus right
74
75 # Move
76 bindsym Mod1+Shift+n move left
77 bindsym Mod1+Shift+r move down
78 bindsym Mod1+Shift+t move up
79 bindsym Mod1+Shift+d move right
80
81 # alternatively, you can use the cursor keys:
82 bindsym Mod1+Shift+Left move left
83 bindsym Mod1+Shift+Right move right
84 bindsym Mod1+Shift+Down move down
85 bindsym Mod1+Shift+Up move up
86
87 # Switch to workspace
88 bindsym Mod1+1 workspace 1
89 bindsym Mod1+2 workspace 2
90 bindsym Mod1+3 workspace 3
91 bindsym Mod1+4 workspace 4
92 bindsym Mod1+5 workspace 5
93 bindsym Mod1+6 workspace 6
94 bindsym Mod1+7 workspace 7
95 bindsym Mod1+8 workspace 8
96 bindsym Mod1+9 workspace 9
97 bindsym Mod1+0 workspace 10
98
99 # Move focused container to workspace
100 bindsym Mod1+Shift+1 move workspace 1
101 bindsym Mod1+Shift+2 move workspace 2
102 bindsym Mod1+Shift+3 move workspace 3
103 bindsym Mod1+Shift+4 move workspace 4
104 bindsym Mod1+Shift+5 move workspace 5
105 bindsym Mod1+Shift+6 move workspace 6
106 bindsym Mod1+Shift+7 move workspace 7
107 bindsym Mod1+Shift+8 move workspace 8
108 bindsym Mod1+Shift+9 move workspace 9
109 bindsym Mod1+Shift+0 move workspace 10