aboutsummaryrefslogtreecommitdiff
path: root/i3/.config/i3/config
blob: 36622e66f875ea0909f635dfab7a0fee9edb0f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
# exec evolution
# This file has been auto-generated by i3-config-wiizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#


### THEME ###

set $FOCUS #212121
set $UNFOCUS #212121

# Layout colors 	    bord 	bg 		text    indicator (split)
client.focused 			$FOCUS $FOCUS $FOCUS $FOCUS
client.focused_inactive $UNFOCUS $UNFOCUS $UNFOCUS $UNFOCUS
client.unfocused 		$UNFOCUS $UNFOCUS $UNFOCUS $UNFOCUS
client.urgent 			$FOCUS $FOCUS $FOCUS $FOCUS
client.background 		$UNFOCUS

### Borders ###

#new_window pixel 4
#new_float pixel 4

#for_window [class="^.*"] border pixel 1

focus_follows_mouse no

### Gaps ###
#set $default_gaps_inner 12
#set $default_gaps_outer 0
#gaps inner $default_gaps_inner
#gaps outer $default_gaps_outer

#set $ws1 I
#set $ws2 II
#set $ws3 III
#set $ws4 IV
#set $ws5 V
#set $ws6 VI
#set $ws7 VII
#set $ws8 VIII
#set $ws9 IX
#set $ws10 X


#
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!

set $WinKey Mod4
set $AltKey Mod1

# help command

bindsym $AltKey+h exec urxvt -name floatme --background "#212121" -cursorColor "#212121" -font 7x13 -geometry 88x33 -e sh ~/.config/i3/what.sh

# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
font pango:monospace 8, Awesome 8

# This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango).
#font pango:DejaVu Sans Mono 8

# Before i3 v4.8, we used to recommend this one as the default:
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
# The font above is very space-efficient, that is, it looks good, sharp and
# clear in small sizes. However, its unicode glyph coverage is limited, the old
# X core fonts rendering does not support right-to-left and this being a bitmap
# font, it doesn’t scale on retina/hidpi displays.

# Use Mouse+$WinKey to drag floating windows to their wanted position
floating_modifier $WinKey

for_window [class="URxvt"] floating enable

# Sreen brightness controls
bindsym XF86MonBrightnessUp exec xbacklight -inc 1 # increase screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 1 # decrease screen brightness

bindsym XF86AudioMute exec amixer set Master toggle

bindsym XF86AudioLowerVolume exec amixer -q sset Master 1%-
bindsym XF86AudioRaiseVolume exec amixer -q sset Master 1%+

# Microphone control => amixer set Capture toggle
bindsym $WinKey+control+m exec amixer set Capture toggle


# CAPS & NUM status
bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks
bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks

# App
bindsym --release $WinKey+o exec scrot -s ~/screenshots/%Y-%m-%d-%H:%M:%S.png
bindsym $WinKey+Shift+F1 exec qterminal -e ranger
bindsym $WinKey+Shift+F2 exec qterminal -e cmus
bindsym $WinKey+Shift+F3 exec qterminal -e mutt
bindsym $WinKey+Shift+F4 exec qterminal -e mosh neodarz.net
bindsym $WinKey+Shift+F5 exec firefox
bindsym $WinKey+Shift+F6 exec qterminal -e atom
bindsym $WinKey+Shift+F7 exec terminator -e ncmpcpp
bindsym $WinKey+Shift+v move morkspace to output right
bindsym $WinKey+control+l exec i3lock-fancy
#bindsym $WinKey+Shift+$AltKey+0 exec ~/.config/i3/switch-workspace.py 6

# start a terminal
bindsym $WinKey+Return exec qterminal

# kill focused window
bindsym $WinKey+Shift+A kill

# start dmenu (a program launcher)
bindsym $WinKey+d exec dmenu_run
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
# bindsym $WinKey+d exec --no-startup-id i3-dmenu-desktop

# change focus
bindsym $WinKey+j focus left
bindsym $WinKey+k focus down
bindsym $WinKey+l focus up
bindsym $WinKey+m focus right

# alternatively, you can use the cursor keys:
bindsym $WinKey+Left focus left
bindsym $WinKey+Down focus down
bindsym $WinKey+Up focus up
bindsym $WinKey+Right focus right

# move focused window
bindsym $WinKey+Shift+j move left
bindsym $WinKey+Shift+k move down
bindsym $WinKey+Shift+l move up
bindsym $WinKey+Shift+M move right

# alternatively, you can use the cursor keys:
bindsym $WinKey+Shift+Left move left
bindsym $WinKey+Shift+Down move down
bindsym $WinKey+Shift+Up move up
bindsym $WinKey+Shift+Right move right

# split in horizontal orientation
bindsym $WinKey+h split h

# split in vertical orientation
bindsym $WinKey+v split v

# enter fullscreen mode for the focused container
bindsym $WinKey+f fullscreen toggle

# change container layout (stacked, tabbed, toggle split)
bindsym $WinKey+s layout stacking
bindsym $WinKey+z layout tabbed
bindsym $WinKey+e layout toggle split

# toggle tiling / floating
bindsym $WinKey+Shift+space floating toggle

# change focus between tiling / floating windows
bindsym $WinKey+space focus mode_toggle

# focus the parent container
bindsym $WinKey+q focus parent

# focus the child container
#bindsym $WinKey+d focus child

# Set ~6 workspace par screen (20)
workspace 1 output DVI-0
workspace 2 output DVI-0
workspace 3 output DVI-0
workspace 4 output DVI-0
workspace 5 output DVI-0
workspace 6 output DVI-0
workspace 7 output DVI-0
workspace 8 output DVI-0
workspace 9 output DVI-0
workspace 10 output DVI-0

workspace 11 output DVI-1
workspace 12 output DVI-1
workspace 13 output DVI-1
workspace 14 output DVI-1
workspace 15 output DVI-1
workspace 16 output DVI-1
workspace 17 output DVI-1
workspace 18 output DVI-1
workspace 19 output DVI-1
workspace 20 output DVI-1

workspace 21 output HDMI-0
workspace 22 output HDMI-0
workspace 23 output HDMI-0
workspace 24 output HDMI-0
workspace 25 output HDMI-0
workspace 26 output HDMI-0
workspace 27 output HDMI-0
workspace 28 output HDMI-0
workspace 29 output HDMI-0
workspace 30 output HDMI-0



# switch to workspace
bindsym $WinKey+ampersand workspace 1:
bindsym $WinKey+eacute workspace 2:
bindsym $WinKey+quotedbl workspace 3:
bindsym $WinKey+apostrophe workspace 4:
bindsym $WinKey+parenleft workspace 5:
bindsym $WinKey+minus workspace 6:
bindsym $WinKey+egrave workspace 7
bindsym $WinKey+underscore workspace 8
bindsym $WinKey+ccedilla workspace 9
bindsym $WinKey+agrave workspace 10:

# workspaces from 11-20
bindsym $WinKey+Control+ampersand workspace 11:
bindsym $WinKey+Control+eacute workspace 12:
bindsym $WinKey+Control+quotedbl workspace 13:
bindsym $WinKey+Control+apostrophe workspace 14:
bindsym $WinKey+Control+parenleft workspace 15:
bindsym $WinKey+Control+minus workspace 16:
bindsym $WinKey+Control+egrave workspace 17:
bindsym $WinKey+Control+underscore workspace 18
bindsym $WinKey+Control+ccedilla workspace 19
bindsym $WinKey+Control+agrave workspace 20

# workspace from 21-30
bindsym $WinKey+$AltKey+ampersand workspace 21:
bindsym $WinKey+$AltKey+eacute workspace 22
bindsym $WinKey+$AltKey+quotedbl workspace 23:
bindsym $WinKey+$AltKey+apostrophe workspace 24:
bindsym $WinKey+$AltKey+parenleft workspace 25
bindsym $WinKey+$AltKey+minus workspace 26
bindsym $WinKey+$AltKey+egrave workspace 27
bindsym $WinKey+$AltKey+underscore workspace 28
bindsym $WinKey+$AltKey+ccedilla workspace 29
bindsym $WinKey+$AltKey+agrave workspace 30:

# move focused container to workspace
bindsym $WinKey+Shift+1 move container to workspace 1:
bindsym $WinKey+Shift+eacute move container to workspace 2:
bindsym $WinKey+Shift+3 move container to workspace 3:
bindsym $WinKey+Shift+4 move container to workspace 4:
bindsym $WinKey+Shift+5 move container to workspace 5:
bindsym $WinKey+Shift+6 move container to workspace 6:
bindsym $WinKey+Shift+egrave move container to workspace 7
bindsym $WinKey+Shift+8 move container to workspace 8
bindsym $WinKey+Shift+ccedilla move container to workspace 9
bindsym $WinKey+Shift+agrave move container to workspace 10:

bindsym Control+$AltKey+1 move container to workspace 11:
bindsym Control+$AltKey+eacute move container to workspace 12:
bindsym Control+$AltKey+3 move container to workspace 13:
bindsym Control+$AltKey+4 move container to workspace 14:
bindsym Control+$AltKey+5 move container to workspace 15:
bindsym Control+$AltKey+6 move container to workspace 16:
bindsym Control+$AltKey+egrave move container to workspace 17:
bindsym Control+$AltKey+8 move container to workspace 18
bindsym Control+$AltKey+ccedilla move container to workspace 19
bindsym Control+$AltKey+agrave move container to workspace 20

bindsym $WinKey+Control+$AltKey+1 move container to workspace 21:
bindsym $WinKey+Control+$AltKey+eacute move container to workspace 22
bindsym $WinKey+Control+$AltKey+3 move container to workspace 23:
bindsym $WinKey+Control+$AltKey+4 move container to workspace 24:
bindsym $WinKey+Control+$AltKey+5 move container to workspace 25
bindsym $WinKey+Control+$AltKey+6 move container to workspace 26
bindsym $WinKey+Control+$AltKey+egrave move container to workspace 27
bindsym $WinKey+Control+$AltKey+8 move container to workspace 28
bindsym $WinKey+Control+$AltKey+ccedilla move container to workspace 29
bindsym $WinKey+Control+$AltKey+agrave move container to workspace 30:

# reload the configuration file
bindsym $WinKey+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $WinKey+Shift+r restart
# exit i3 (logs you out of your X session)
bindsym $WinKey+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"

# resize window (you can also use the mouse for that)
mode "resize" {
        # These bindings trigger as soon as you enter the resize mode

        # Pressing left will shrink the window’s width.
        # Pressing right will grow the window’s width.
        # Pressing up will shrink the window’s height.
        # Pressing down will grow the window’s height.
        bindsym j resize shrink width 10 px or 10 ppt
        bindsym k resize grow height 10 px or 10 ppt
        bindsym l resize shrink height 10 px or 10 ppt
        bindsym m resize grow width 10 px or 10 ppt

        # same bindings, but for the arrow keys
        bindsym Left resize shrink width 10 px or 10 ppt
        bindsym Down resize grow height 10 px or 10 ppt
        bindsym Up resize shrink height 10 px or 10 ppt
        bindsym Right resize grow width 10 px or 10 ppt

        # back to normal: Enter or Escape
        bindsym Return mode "default"
        bindsym Escape mode "default"
}

bindsym $WinKey+r mode "resize"

# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
        #status_command i3blocks
        colors {
          background #212121
          statusline #038F82
          inactive_workspace #212121 #212121 #038F82
          active_workspace #212121 #212121 #038F82
          focused_workspace #038F82 #212121 #038F82
          urgent_worKspace #038F82 #038F82 #212121
        }
		status_command python ~/.config/i3pystatus/conf.py
}
exec /home/neodarz/wallpaper_animated/wall.sh /home/neodarz/wallpaper_animated/8bit_battle_preparation.gif