]> git.sur5r.net Git - i3/i3/blob - i3.config
232dce41b140489a10314ccd907970e4ba54dafb
[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 # font for window titles. 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 # start a terminal
11 bindsym Mod1+Return exec /usr/bin/urxvt
12
13 # kill focused window
14 bindsym Mod1+c kill
15
16 # start dmenu (a program launcher)
17 bindsym Mod1+p exec /usr/bin/dmenu_run
18
19 # change focus
20 bindsym Mod1+n focus left
21 bindsym Mod1+r focus down
22 bindsym Mod1+t focus up
23 bindsym Mod1+d focus right
24
25 # alternatively, you can use the cursor keys:
26 bindsym Mod1+Left focus left
27 bindsym Mod1+Down focus down
28 bindsym Mod1+Up focus up
29 bindsym Mod1+Right focus right
30
31 # move focused window
32 bindsym Mod1+Shift+n move left
33 bindsym Mod1+Shift+r move down
34 bindsym Mod1+Shift+t move up
35 bindsym Mod1+Shift+d move right
36
37 # alternatively, you can use the cursor keys:
38 bindsym Mod1+Shift+Left move left
39 bindsym Mod1+Shift+Right move right
40 bindsym Mod1+Shift+Down move down
41 bindsym Mod1+Shift+Up move up
42
43 # split in horizontal orientation
44 bindsym Mod1+h split h
45
46 # split in vertical orientation
47 bindsym Mod1+v split v
48
49 # enter fullscreen mode for the focused container
50 bindsym Mod1+f fullscreen
51
52 # change container layout (stacked, tabbed, default)
53 bindsym Mod1+s layout stacking
54 bindsym Mod1+w layout tabbed
55 bindsym Mod1+l layout default
56
57 # toggle tiling / floating
58 bindsym Mod1+Shift+space floating toggle
59
60 # focus the parent container
61 bindsym Mod1+u focus parent
62
63 # focus the child container
64 #bindsym Mod1+d focus child
65
66 # switch to workspace
67 bindsym Mod1+1 workspace 1
68 bindsym Mod1+2 workspace 2
69 bindsym Mod1+3 workspace 3
70 bindsym Mod1+4 workspace 4
71 bindsym Mod1+5 workspace 5
72 bindsym Mod1+6 workspace 6
73 bindsym Mod1+7 workspace 7
74 bindsym Mod1+8 workspace 8
75 bindsym Mod1+9 workspace 9
76 bindsym Mod1+0 workspace 10
77
78 # move focused container to workspace
79 bindsym Mod1+Shift+1 move workspace 1
80 bindsym Mod1+Shift+2 move workspace 2
81 bindsym Mod1+Shift+3 move workspace 3
82 bindsym Mod1+Shift+4 move workspace 4
83 bindsym Mod1+Shift+5 move workspace 5
84 bindsym Mod1+Shift+6 move workspace 6
85 bindsym Mod1+Shift+7 move workspace 7
86 bindsym Mod1+Shift+8 move workspace 8
87 bindsym Mod1+Shift+9 move workspace 9
88 bindsym Mod1+Shift+0 move workspace 10
89
90 # reload the configuration file
91 bindsym Mod1+Shift+j reload
92 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
93 bindsym Mod1+Shift+c restart
94 # exit i3 (logs you out of your X session)
95 bindsym Mod1+Shift+l exit