summaryrefslogtreecommitdiffstats
path: root/i3/config
blob: 5c7f3a991ab92b1ee1ff9251277cf43823fcba63 (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
font -misc-fixed-medium-r-normal--13-*-*-*-*-*-*-*

terminal /usr/bin/urxvt
bind Mod1+36 exec /usr/bin/urxvt

floating_modifier Mod1

# Fullscreen, Stacked, Default
bind Mod1+58 f
bind Mod1+43 s
bind Mod1+47 d

# Focus (Mod1+j/k/l/;)
bind Mod1+44 h
bind Mod1+45 j
bind Mod1+31 k
bind Mod1+46 l

# Move
bind Mod1+Shift+44 mh
bind Mod1+Shift+45 mj
bind Mod1+Shift+31 mk
bind Mod1+Shift+46 ml

# Workspaces
bind Mod1+10 1
bind Mod1+11 2
bind Mod1+12 3
bind Mod1+13 4
bind Mod1+14 5
bind Mod1+15 6
bind Mod1+16 7
bind Mod1+17 8
bind Mod1+18 9
bind Mod1+19 10

# Move to workspaces
bind Mod1+Shift+10 m1
bind Mod1+Shift+11 m2
bind Mod1+Shift+12 m3
bind Mod1+Shift+13 m4
bind Mod1+Shift+14 m5
bind Mod1+Shift+15 m6
bind Mod1+Shift+16 m7
bind Mod1+Shift+17 m8
bind Mod1+Shift+18 m9
bind Mod1+Shift+19 m10

# Stuff
bind Mod1+Shift+27 kill
bind Mod1+33 exec /usr/bin/dmenu_run
bind Mod1+Shift+33 exit
bind Mod1+Shift+45 restart

# Style
bar.focused      #111111 #000000 #CCCCCC
bar.unfocused    #111111 #000000 #111111
client.focused   #111111 #000000 #CCCCCC
client.unfocused #111111 #000000 #111111
client.focused_inactive #111111 #000000 #111111