3 # Please see http://i3wm.org/docs/userguide.html for a complete reference!
5 # This config file uses keycodes (bindsym) and was written for the QWERTY
8 # To get a config file with the same key positions, but for your current
9 # layout, use the i3-config-wizard
12 # font for window titles. ISO 10646 = Unicode
13 font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
15 # use Mouse+Mod1 to drag floating windows to their wanted position
16 floating_modifier Mod1
19 bindsym Mod1+Return exec i3-sensible-terminal
22 bindsym Mod1+Shift+q kill
24 # start dmenu (a program launcher)
25 bindsym Mod1+d exec dmenu_run
28 bindsym Mod1+j focus left
29 bindsym Mod1+k focus down
30 bindsym Mod1+l focus up
31 bindsym Mod1+semicolon focus right
33 # alternatively, you can use the cursor keys:
34 bindsym Mod1+Left focus left
35 bindsym Mod1+Down focus down
36 bindsym Mod1+Up focus up
37 bindsym Mod1+Right focus right
40 bindsym Mod1+Shift+j move left
41 bindsym Mod1+Shift+k move down
42 bindsym Mod1+Shift+l move up
43 bindsym Mod1+Shift+semicolon move right
45 # alternatively, you can use the cursor keys:
46 bindsym Mod1+Shift+Left move left
47 bindsym Mod1+Shift+Down move down
48 bindsym Mod1+Shift+Up move up
49 bindsym Mod1+Shift+Right move right
51 # split in horizontal orientation
52 bindsym Mod1+h split h
54 # split in vertical orientation
55 bindsym Mod1+v split v
57 # enter fullscreen mode for the focused container
58 bindsym Mod1+f fullscreen
60 # change container layout (stacked, tabbed, default)
61 bindsym Mod1+s layout stacking
62 bindsym Mod1+w layout tabbed
63 bindsym Mod1+e layout default
65 # toggle tiling / floating
66 bindsym Mod1+Shift+space floating toggle
68 # change focus between tiling / floating windows
69 bindsym Mod1+space focus mode_toggle
71 # focus the parent container
72 bindsym Mod1+a focus parent
74 # focus the child container
75 #bindsym Mod1+d focus child
78 bindsym Mod1+1 workspace 1
79 bindsym Mod1+2 workspace 2
80 bindsym Mod1+3 workspace 3
81 bindsym Mod1+4 workspace 4
82 bindsym Mod1+5 workspace 5
83 bindsym Mod1+6 workspace 6
84 bindsym Mod1+7 workspace 7
85 bindsym Mod1+8 workspace 8
86 bindsym Mod1+9 workspace 9
87 bindsym Mod1+0 workspace 10
89 # move focused container to workspace
90 bindsym Mod1+Shift+1 move workspace 1
91 bindsym Mod1+Shift+2 move workspace 2
92 bindsym Mod1+Shift+3 move workspace 3
93 bindsym Mod1+Shift+4 move workspace 4
94 bindsym Mod1+Shift+5 move workspace 5
95 bindsym Mod1+Shift+6 move workspace 6
96 bindsym Mod1+Shift+7 move workspace 7
97 bindsym Mod1+Shift+8 move workspace 8
98 bindsym Mod1+Shift+9 move workspace 9
99 bindsym Mod1+Shift+0 move workspace 10
101 # reload the configuration file
102 bindsym Mod1+Shift+c reload
103 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
104 bindsym Mod1+Shift+r restart
105 # exit i3 (logs you out of your X session)
106 bindsym Mod1+Shift+e exit
108 # resize window (you can also use the mouse for that)
110 # These bindings trigger as soon as you enter the resize mode
112 # They resize the border in the direction you pressed, e.g.
113 # when pressing left, the window is resized so that it has
114 # more space on its left
116 bindsym j resize shrink left 10 px or 10 ppt
117 bindsym Shift+j resize grow left 10 px or 10 ppt
119 bindsym k resize shrink down 10 px or 10 ppt
120 bindsym Shift+k resize grow down 10 px or 10 ppt
122 bindsym l resize shrink up 10 px or 10 ppt
123 bindsym Shift+l resize grow up 10 px or 10 ppt
125 bindsym semicolon resize shrink right 10 px or 10 ppt
126 bindsym Shift+semicolon resize grow right 10 px or 10 ppt
128 # same bindings, but for the arrow keys
129 bindsym Left resize shrink left 10 px or 10 ppt
130 bindsym Shift+Left resize grow left 10 px or 10 ppt
132 bindsym Down resize shrink down 10 px or 10 ppt
133 bindsym Shift+Down resize grow down 10 px or 10 ppt
135 bindsym Up resize shrink up 10 px or 10 ppt
136 bindsym Shift+Up resize grow up 10 px or 10 ppt
138 bindsym Right resize shrink right 10 px or 10 ppt
139 bindsym Shift+Right resize grow right 10 px or 10 ppt
141 # back to normal: Enter or Escape
142 bindsym Return mode "default"
143 bindsym Escape mode "default"
146 bindsym Mod1+r mode "resize"
148 # Start i3bar to display a workspace bar (plus the system information i3status
149 # finds out, if available)
151 status_command i3status
154 #######################################################################
155 # automatically start i3-config-wizard to offer the user to create a
156 # keysym-based config which used his favorite modifier (alt or windows)
158 # i3-config-wizard will not launch if there already is a config file
161 # Please remove the following exec line:
162 #######################################################################
163 exec i3-config-wizard