]> git.sev.monster Git - dotfiles.git/blame - xdg/i3/config
split files to base/ xdg/; fixed vol keys, install
[dotfiles.git] / xdg / i3 / config
CommitLineData
189288f7 1# i3 config file (v4)
2# Please see http://i3wm.org/docs/userguide.html for a complete reference!
3
4# Font for window titles. Will also be used by the bar unless a different font
5# is used in the bar {} block below.
6
7font pango:Dina, DejaVu Sans Mono, monospace 7
8
9# This font is widely installed, provides lots of unicode glyphs, right-to-left
10# text rendering and scalability on retina/hidpi displays (thanks to pango).
11#font pango:DejaVu Sans Mono 8
12
13# Before i3 v4.8, we used to recommend this one as the default:
14# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
15# The font above is very space-efficient, that is, it looks good, sharp and
16# clear in small sizes. However, its unicode glyph coverage is limited, the old
17# X core fonts rendering does not support right-to-left and this being a bitmap
18# font, it doesn’t scale on retina/hidpi displays.
19
20# Modifier key
21set $mod Mod4
22
23# use these keys for focus, movement, and resize directions
24set $up k
25set $down j
26set $left h
27set $right l
28# and arrow keys
29set $up2 Up
30set $down2 Down
31set $left2 Left
32set $right2 Right
33
34# use Mouse+$mod to drag floating windows to their wanted position
35floating_modifier $mod
36
37# start a terminal
38bindsym $mod+Return exec --no-startup-id i3-sensible-terminal
39
40# kill focused window
41bindsym $mod+Shift+q kill
42
43# start dmenu
44bindsym $mod+d exec --no-startup-id $HOME/bin/dmenu_runsmart -p "%"
45
46# change focus
47bindsym $mod+$left focus left
48bindsym $mod+$down focus down
49bindsym $mod+$up focus up
50bindsym $mod+$right focus right
51bindsym $mod+$left2 focus left
52bindsym $mod+$down2 focus down
53bindsym $mod+$up2 focus up
54bindsym $mod+$right2 focus right
55
56# move focused window
57bindsym $mod+Shift+$left move left
58bindsym $mod+Shift+$down move down
59bindsym $mod+Shift+$up move up
60bindsym $mod+Shift+$right move right
61bindsym $mod+Shift+$left2 move left
62bindsym $mod+Shift+$down2 move down
63bindsym $mod+Shift+$up2 move up
64bindsym $mod+Shift+$right2 move right
65
66# split in horizontal orientation
67bindsym $mod+i split h
68
69# split in vertical orientation
70bindsym $mod+o split v
71
72# enter fullscreen mode for the focused container
73bindsym $mod+f fullscreen toggle
74bindsym $mod+Shift+f fullscreen toggle global
75
76# change container layout (stacked, tabbed, toggle split)
77bindsym $mod+s layout stacking
78bindsym $mod+w layout tabbed
79bindsym $mod+e layout toggle split
80
81# toggle tiling / floating
82bindsym $mod+Shift+space floating toggle
83
84# change focus between tiling / floating windows
85bindsym $mod+space focus mode_toggle
86
87# focus the parent container
88bindsym $mod+a focus parent
89
90# focus the child container
91bindsym $mod+z focus child
92
93# move the currently focused window to the scratchpad
94bindsym $mod+Shift+minus move scratchpad
95
96# Show the next scratchpad window or hide the focused scratchpad window.
97# If there are multiple scratchpad windows, this command cycles through them.
98bindsym $mod+minus scratchpad show
99
100# switch to workspace
101bindsym $mod+1 workspace 1
102bindsym $mod+2 workspace 2
103bindsym $mod+3 workspace 3
104bindsym $mod+4 workspace 4
105bindsym $mod+5 workspace 5
106bindsym $mod+6 workspace 6
107bindsym $mod+7 workspace 7
108bindsym $mod+8 workspace 8
109bindsym $mod+9 workspace 9
110bindsym $mod+0 workspace 10
111
112# move focused container to workspace
113bindsym $mod+Shift+1 move container to workspace 1
114bindsym $mod+Shift+2 move container to workspace 2
115bindsym $mod+Shift+3 move container to workspace 3
116bindsym $mod+Shift+4 move container to workspace 4
117bindsym $mod+Shift+5 move container to workspace 5
118bindsym $mod+Shift+6 move container to workspace 6
119bindsym $mod+Shift+7 move container to workspace 7
120bindsym $mod+Shift+8 move container to workspace 8
121bindsym $mod+Shift+9 move container to workspace 9
122Bindsym $mod+Shift+0 move container to workspace 10
123
124# rename current window
125bindsym $mod+t --no-startup-id xrename
126
127# reload the configuration file
128bindsym $mod+Shift+c reload
129# restart i3 inplace
130bindsym $mod+Shift+r restart
131# exit i3
132bindsym $mod+Shift+e exec --no-startup-id i3-nagbar -t warning -m Exit? -b Yes 'i3-msg exit'
133
134# x220t bezel buttons
135bindcode 198 exec --no-startup-id rotate set normal
136bindcode 204 exec --no-startup-id rotate right
137
138# volume buttons
d9362f34 139bindsym XF86AudioMute exec --no-startup-id mixer vol 0
140bindsym XF86AudioLowerVolume exec --no-startup-id mixer vol -5
141bindsym XF86AudioRaiseVolume exec --no-startup-id mixer vol +5
189288f7 142
143# move and resize [floating] windows
144mode "translate" {
145 bindsym $left resize shrink width 20 px
146 bindsym $down resize grow height 20 px
147 bindsym $up resize shrink height 20 px
148 bindsym $right resize grow width 20 px
149 bindsym $left2 resize shrink width 20 px
150 bindsym $down2 resize grow height 20 px
151 bindsym $up2 resize shrink height 20 px
152 bindsym $right2 resize grow width 20 px
153
154 bindsym Shift+$left move left 20 px
155 bindsym Shift+$down move down 20 px
156 bindsym Shift+$up move up 20 px
157 bindsym Shift+$right move right 20 px
158 bindsym Shift+$left2 move left 20 px
159 bindsym Shift+$down2 move down 20 px
160 bindsym Shift+$up2 move up 20 px
161 bindsym Shift+$right2 move right 20 px
162
163 # smaller movements
164 bindsym Control+$left resize shrink width 1 px or 1 ppt
165 bindsym Control+$down resize grow height 1 px or 1 ppt
166 bindsym Control+$up resize shrink height 1 px or 1 ppt
167 bindsym Control+$right resize grow width 1 px or 1 ppt
168 bindsym Control+$left2 resize shrink width 1 px or 1 ppt
169 bindsym Control+$down2 resize grow height 1 px or 1 ppt
170 bindsym Control+$up2 resize shrink height 1 px or 1 ppt
171 bindsym Control+$right2 resize grow width 1 px or 1 ppt
172
173 bindsym Control+Shift+$left move left 1 px
174 bindsym Control+Shift+$down move down 1 px
175 bindsym Control+Shift+$up move up 1 px
176 bindsym Control+Shift+$right move right 1 px
177 bindsym Control+Shift+$left2 move left 1 px
178 bindsym Control+Shift+$down2 move down 1 px
179 bindsym Control+Shift+$up2 move up 1 px
180 bindsym Control+Shift+$right2 move right 1 px
181
182 # toggle tiling / floating
183 bindsym $mod+Shift+space floating toggle
184
185 # change focus between tiling / floating windows
186 bindsym $mod+space focus mode_toggle
187
188 # focus the parent container
189 bindsym $mod+a focus parent
190
191 # focus the child container
192 bindsym $mod+z focus child
193
194 # back to normal: Enter, Escape, or original key
195 bindsym return mode default
196 bindsym escape mode default
197 bindsym $mod+r mode default
198}
199bindsym $mod+r mode "translate"
200
201# borders
202hide_edge_borders smart
203#new_window normal 1
204new_window pixel 1
205gaps inner 6
206smart_gaps on
189288f7 207
208# misc
209workspace_auto_back_and_forth yes
210force_display_urgency_hint 2000 ms
211
212# color definitions
213# class border backgr. text indicator child_border
214set $focused #cc6600 #aa5500 #eee8d5 #4466ff #cc6600
215set $inactive #884400 #221100 #93a1a1 #264bd2 #884400
216set $urgent #ff4444 #dc322f #000000 #4466ff #ff4444
217set $blue #4466ff #264bd2 #fdf6e3 #264db2 #4466ff
218
219bar {
220 position top
221 tray_output primary
222 status_command i3status
223 separator_symbol "|"
224
225 colors {
226 background #110800
227 statusline #93a1a1
228 separator #268bd2
229
230 # class border backgr. text
231 focused_workspace $focused
232 active_workspace $inactive
233 inactive_workspace $inactive
234 urgent_workspace $urgent
235 binding_mode $blue
236 }
237}
238
239# colors
240# class border backgr. text indicator child_border
241client.focused $focused
242client.focused_inactive $inactive
243client.unfocused $inactive
244client.urgent $urgent
245client.placeholder $blue
246
247client.background #221100
This page took 0.080342 seconds and 4 git commands to generate.