]> git.sur5r.net Git - i3/i3/blob - testcases/i3-test.config
docs/userguide: explain default_orientation config directive
[i3/i3] / testcases / i3-test.config
1 for_window [class="borderless"] border none
2 for_window [title="special borderless title"] border none
3 for_window [title="special mark title"] border none, mark bleh
4
5 # ISO 10646 = Unicode
6 font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
7
8 # Use Mouse+Mod1 to drag floating windows to their wanted position
9 floating_modifier Mod1
10
11 # Open empty container
12 bindsym Mod1+Shift+Return open
13
14 # Start terminal (Mod1+Enter)
15 bindsym Mod1+Return exec /usr/bin/urxvt
16
17 # Start dmenu (Mod1+p)
18 bindsym Mod1+p exec /usr/bin/dmenu_run
19
20 # Horizontal orientation
21 bindsym Mod1+h split h
22
23 # Vertical orientation
24 bindsym Mod1+v split v
25
26 # Fullscreen (Mod1+f)
27 bindsym Mod1+f fullscreen
28
29 # Stacking (Mod1+s)
30 bindsym Mod1+s layout stacking
31
32 # Tabbed (Mod1+w)
33 bindsym Mod1+w layout tabbed
34
35 # Default (Mod1+l)
36 bindsym Mod1+l layout default
37
38 # toggle tiling / floating
39 bindsym Mod1+Shift+space mode toggle
40
41 bindsym Mod1+u level up
42 #bindsym Mod1+d level down
43
44 # Kill current client (Mod1+c)
45 bindsym Mod1+c kill
46
47 # Restore saved JSON layout
48 bindsym Mod1+y restore /home/michael/i3/layout.json
49
50 # Restart i3
51 bindsym Mod1+Shift+c restart
52 # Reload i3
53 bindsym Mod1+Shift+j reload
54 # Exit i3
55 bindsym Mod1+Shift+l exit
56
57 # Focus (Mod1+n/r/t/d)
58 bindsym Mod1+n prev h
59 bindsym Mod1+r next v
60 bindsym Mod1+t prev v
61 bindsym Mod1+d next h
62
63 # alternatively, you can use the cursor keys:
64 bindsym Mod1+Left prev h
65 bindsym Mod1+Right next h
66 bindsym Mod1+Down next v
67 bindsym Mod1+Up prev v
68
69 # Move
70 bindsym Mod1+Shift+n move left
71 bindsym Mod1+Shift+r move down
72 bindsym Mod1+Shift+t move up
73 bindsym Mod1+Shift+d move right
74
75 # alternatively, you can use the cursor keys:
76 bindsym Mod1+Shift+Left move left
77 bindsym Mod1+Shift+Right move right
78 bindsym Mod1+Shift+Down move down
79 bindsym Mod1+Shift+Up move up
80
81 # Workspaces (Mod1+1/2/…)
82 bindsym Mod1+1 workspace 1
83 bindsym Mod1+2 workspace 2
84 bindsym Mod1+3 workspace 3
85 bindsym Mod1+4 workspace 4
86 bindsym Mod1+5 workspace 5
87 bindsym Mod1+6 workspace 6
88 bindsym Mod1+7 workspace 7
89 bindsym Mod1+8 workspace 8
90 bindsym Mod1+9 workspace 9
91 bindsym Mod1+0 workspace 10
92
93 # Move to Workspaces
94 bindsym Mod1+Shift+1 move workspace 1
95 bindsym Mod1+Shift+2 move workspace 2
96 bindsym Mod1+Shift+3 move workspace 3
97 bindsym Mod1+Shift+4 move workspace 4
98 bindsym Mod1+Shift+5 move workspace 5
99 bindsym Mod1+Shift+6 move workspace 6
100 bindsym Mod1+Shift+7 move workspace 7
101 bindsym Mod1+Shift+8 move workspace 8
102 bindsym Mod1+Shift+9 move workspace 9
103 bindsym Mod1+Shift+0 move workspace 10