]> git.sur5r.net Git - i3/i3/blob - i3.config
update configfile for the new commands (this is not the final default config file)
[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 # temporary path during development
11 ipc-socket /tmp/nestedcons
12
13 # Open empty container
14 bindsym Mod1+Shift+Return open
15
16 # Start terminal (Mod1+Enter)
17 bindsym Mod1+Return exec /usr/bin/urxvt
18
19 # Start dmenu (Mod1+p)
20 bindsym Mod1+p exec /usr/bin/dmenu_run
21
22 bindsym Mod1+h split h
23 bindsym Mod1+v split v
24
25 # Fullscreen (Mod1+f)
26 bindsym Mod1+f fullscreen
27
28 # Stacking (Mod1+s)
29 bindsym Mod1+s layout stacking
30
31 # Tabbed (Mod1+w)
32 bindsym Mod1+w layout tabbed
33
34 # Default (Mod1+l)
35 bindsym Mod1+l layout default
36
37 bindsym Mod1+u level up
38 #bindsym Mod1+d level down
39
40 # Kill current client (Mod1+c)
41 bindsym Mod1+c kill
42
43 # Restore saved JSON layout
44 bindsym Mod1+y restore /home/michael/i3/layout.json
45
46 # Restart i3
47 bindsym Mod1+Shift+c restart
48 # Exit i3
49 bindsym Mod1+Shift+l exit
50
51 # Focus (Mod1+n/r/t/d)
52 bindsym Mod1+n prev h
53 bindsym Mod1+r next v
54 bindsym Mod1+t prev v
55 bindsym Mod1+d next h
56
57 # alternatively, you can use the cursor keys:
58 bindsym Mod1+Left prev h
59 bindsym Mod1+Right next h
60 bindsym Mod1+Down next v
61 bindsym Mod1+Up prev v
62
63 # Move
64 bindsym Mod1+Shift+n move before h
65 bindsym Mod1+Shift+r move before v
66 bindsym Mod1+Shift+t move after v
67 bindsym Mod1+Shift+d move after h
68
69 # alternatively, you can use the cursor keys:
70 bindsym Mod1+Shift+Left move before h
71 bindsym Mod1+Shift+Right move after h
72 bindsym Mod1+Shift+Down move before v
73 bindsym Mod1+Shift+Up move after v
74
75 # Workspaces (Mod1+1/2/…)
76 bindsym Mod1+1 workspace 1
77 bindsym Mod1+2 workspace 2
78 bindsym Mod1+3 workspace 3
79 bindsym Mod1+4 workspace 4
80 bindsym Mod1+5 workspace 5
81 bindsym Mod1+6 workspace 6
82 bindsym Mod1+7 workspace 7
83 bindsym Mod1+8 workspace 8
84 bindsym Mod1+9 workspace 9
85 bindsym Mod1+0 workspace 10
86
87 # Move to Workspaces
88 bindsym Mod1+Shift+1 move workspace 1
89 bindsym Mod1+Shift+2 move workspace 2
90 bindsym Mod1+Shift+3 move workspace 3
91 bindsym Mod1+Shift+4 move workspace 4
92 bindsym Mod1+Shift+5 move workspace 5
93 bindsym Mod1+Shift+6 move workspace 6
94 bindsym Mod1+Shift+7 move workspace 7
95 bindsym Mod1+Shift+8 move workspace 8
96 bindsym Mod1+Shift+9 move workspace 9
97 bindsym Mod1+Shift+0 move workspace 10