]> git.sur5r.net Git - i3/i3/blob - testcases/i3-test.config
Merge branch 'release-4.16.1'
[i3/i3] / testcases / i3-test.config
1 # ISO 10646 = Unicode
2 font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
3
4 # Use Mouse+Mod1 to drag floating windows to their wanted position
5 floating_modifier Mod1
6
7 # Open empty container
8 bindsym Mod1+Shift+Return open
9
10 # Start terminal (Mod1+Enter)
11 bindsym Mod1+Return exec /usr/bin/urxvt
12
13 # Start dmenu (Mod1+p)
14 bindsym Mod1+p exec /usr/bin/dmenu_run
15
16 # Horizontal orientation
17 bindsym Mod1+h split h
18
19 # Vertical orientation
20 bindsym Mod1+v split v
21
22 # Fullscreen (Mod1+f)
23 bindsym Mod1+f fullscreen toggle
24
25 # Stacking (Mod1+s)
26 bindsym Mod1+s layout stacking
27
28 # Tabbed (Mod1+w)
29 bindsym Mod1+w layout tabbed
30
31 # Default (Mod1+l)
32 bindsym Mod1+l layout default
33
34 # toggle tiling / floating
35 bindsym Mod1+Shift+space mode toggle
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 # Reload i3
49 bindsym Mod1+Shift+j reload
50 # Exit i3
51 bindsym Mod1+Shift+l exit
52
53 # Focus (Mod1+n/r/t/d)
54 bindsym Mod1+n prev h
55 bindsym Mod1+r next v
56 bindsym Mod1+t prev v
57 bindsym Mod1+d next h
58
59 # alternatively, you can use the cursor keys:
60 bindsym Mod1+Left prev h
61 bindsym Mod1+Right next h
62 bindsym Mod1+Down next v
63 bindsym Mod1+Up prev v
64
65 # Move
66 bindsym Mod1+Shift+n move left
67 bindsym Mod1+Shift+r move down
68 bindsym Mod1+Shift+t move up
69 bindsym Mod1+Shift+d move right
70
71 # alternatively, you can use the cursor keys:
72 bindsym Mod1+Shift+Left move left
73 bindsym Mod1+Shift+Right move right
74 bindsym Mod1+Shift+Down move down
75 bindsym Mod1+Shift+Up move up
76
77 # Workspaces (Mod1+1/2/…)
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
88
89 # Move to Workspaces
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