]> git.sur5r.net Git - i3/i3/blob - i3.config
026442e03d0fcbf76664a258264302ea6626f4ba
[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 # Open empty container
11 bindsym Mod1+Shift+Return open
12
13 # Start terminal
14 bindsym Mod1+Return exec /usr/bin/urxvt
15
16 # Start dmenu
17 bindsym Mod1+p exec /usr/bin/dmenu_run
18
19 # Horizontal orientation
20 bindsym Mod1+h split h
21
22 # Vertical orientation
23 bindsym Mod1+v split v
24
25 # Enter fullscreen mode for the focused container
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 # toggle tiling / floating
38 bindsym Mod1+Shift+space floating toggle
39
40 # focus the parent container
41 bindsym Mod1+u focus parent
42
43 # focus the child container
44 #bindsym Mod1+d focus child
45
46 # Kill current window
47 bindsym Mod1+c kill
48
49 # Restore saved JSON layout
50 bindsym Mod1+y append_layout /home/michael/i3/layout.json
51
52 # Reload the configuration file
53 bindsym Mod1+Shift+j reload
54 # Restart i3 inplace
55 bindsym Mod1+Shift+c restart
56 # Exit i3 (logs you out of your X session)
57 bindsym Mod1+Shift+l exit
58
59 # Focus
60 bindsym Mod1+n focus left
61 bindsym Mod1+r focus down
62 bindsym Mod1+t focus up
63 bindsym Mod1+d focus right
64
65 # alternatively, you can use the cursor keys:
66 bindsym Mod1+Left focus left
67 bindsym Mod1+Down focus down
68 bindsym Mod1+Up focus up
69 bindsym Mod1+Right focus right
70
71 # Move
72 bindsym Mod1+Shift+n move left
73 bindsym Mod1+Shift+r move down
74 bindsym Mod1+Shift+t move up
75 bindsym Mod1+Shift+d move right
76
77 # alternatively, you can use the cursor keys:
78 bindsym Mod1+Shift+Left move left
79 bindsym Mod1+Shift+Right move right
80 bindsym Mod1+Shift+Down move down
81 bindsym Mod1+Shift+Up move up
82
83 # Switch to workspace
84 bindsym Mod1+1 workspace 1
85 bindsym Mod1+2 workspace 2
86 bindsym Mod1+3 workspace 3
87 bindsym Mod1+4 workspace 4
88 bindsym Mod1+5 workspace 5
89 bindsym Mod1+6 workspace 6
90 bindsym Mod1+7 workspace 7
91 bindsym Mod1+8 workspace 8
92 bindsym Mod1+9 workspace 9
93 bindsym Mod1+0 workspace 10
94
95 # Move focused container to workspace
96 bindsym Mod1+Shift+1 move workspace 1
97 bindsym Mod1+Shift+2 move workspace 2
98 bindsym Mod1+Shift+3 move workspace 3
99 bindsym Mod1+Shift+4 move workspace 4
100 bindsym Mod1+Shift+5 move workspace 5
101 bindsym Mod1+Shift+6 move workspace 6
102 bindsym Mod1+Shift+7 move workspace 7
103 bindsym Mod1+Shift+8 move workspace 8
104 bindsym Mod1+Shift+9 move workspace 9
105 bindsym Mod1+Shift+0 move workspace 10