about summary refs log tree commit diff
path: root/modules/i3/i3.conf
blob: 6ae4a3a7fb5282837daa411315692323efea2244 (plain) (blame)
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
# default modifier key
set $mod Mod4

# we want to have a VT-style font :-)
font -dosemu-vga-medium-r-normal--17-160-75-75-c-80-ibm-cp866

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

# reasonable defaults!
default_orientation horizontal
workspace_layout tabbed
popup_during_fullscreen ignore

# start a terminal
bindsym $mod+Shift+Return exec --no-startup-id @xterm@/bin/xterm

# kill focused window
bindsym $mod+Shift+C kill

# start dmenu (a program launcher)
bindsym $mod+p exec --no-startup-id @dmenu@/bin/dmenu_run

# set background
exec @xsetroot@/bin/xsetroot -solid black

# audio controls
bindsym XF86AudioLowerVolume exec @pvolctrl@/bin/pvolctrl -10
bindsym XF86AudioRaiseVolume exec @pvolctrl@/bin/pvolctrl 10
bindsym XF86AudioMute exec @pvolctrl@/bin/pvolctrl 0

# change/move focus
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+H move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+T move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+N move up
bindsym $mod+Shift+Right move right
bindsym $mod+Shift+S move right

bindsym $mod+Left focus left
bindsym $mod+h focus left
bindsym $mod+Down focus down
bindsym $mod+t focus down
bindsym $mod+Up focus up
bindsym $mod+n focus up
bindsym $mod+Right focus right
bindsym $mod+s focus right

# split in horizontal orientation
bindsym $mod+i split h

# split in vertical orientation
bindsym $mod+d split v

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

# change container layout (stacked, tabbed, default)
bindsym $mod+apostrophe layout stacking
bindsym $mod+comma layout tabbed
bindsym $mod+period layout default

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

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

# focus the parent container
bindsym $mod+a focus parent

# focus the child container
bindsym $mod+semicolon focus child

# switch to workspace
bindsym $mod+1 workspace "@ws1@"
bindsym $mod+2 workspace "@ws2@"
bindsym $mod+3 workspace "@ws3@"
bindsym $mod+4 workspace "@ws4@"
bindsym $mod+5 workspace "@ws5@"
bindsym $mod+6 workspace "@ws6@"
bindsym $mod+7 workspace "@ws7@"
bindsym $mod+8 workspace "@ws8@"
bindsym $mod+9 workspace "@ws9@"
bindsym $mod+0 workspace "@ws10@"

# move focused container to workspace
bindsym $mod+Shift+exclam move workspace "@ws1@"
bindsym $mod+Shift+at move workspace "@ws2@"
bindsym $mod+Shift+numbersign move workspace "@ws3@"
bindsym $mod+Shift+dollar move workspace "@ws4@"
bindsym $mod+Shift+percent move workspace "@ws5@"
bindsym $mod+Shift+asciicircum move workspace "@ws6@"
bindsym $mod+Shift+ampersand move workspace "@ws7@"
bindsym $mod+Shift+asterisk move workspace "@ws8@"
bindsym $mod+Shift+parenleft move workspace "@ws9@"
bindsym $mod+Shift+parenright move workspace "@ws10@"

# reload the configuration file
bindsym $mod+Shift+L reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+R restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+Q exit

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

    # They resize the border in the direction you pressed, e.g.
    # when pressing left, the window is resized so that it has
    # more space on its left

    bindsym Left resize shrink left 10 px or 10 ppt
    bindsym h resize shrink left 10 px or 10 ppt
    bindsym Down resize shrink down 10 px or 10 ppt
    bindsym t resize shrink down 10 px or 10 ppt
    bindsym Up resize shrink up 10 px or 10 ppt
    bindsym n resize shrink up 10 px or 10 ppt
    bindsym Right resize shrink right 10 px or 10 ppt
    bindsym s resize shrink right 10 px or 10 ppt

    bindsym Shift+Left resize grow left 10 px or 10 ppt
    bindsym Shift+H resize grow left 10 px or 10 ppt
    bindsym Shift+Down resize grow down 10 px or 10 ppt
    bindsym Shift+T resize grow down 10 px or 10 ppt
    bindsym Shift+Up resize grow up 10 px or 10 ppt
    bindsym Shift+N resize grow up 10 px or 10 ppt
    bindsym Shift+Right resize grow right 10 px or 10 ppt
    bindsym Shift+S resize grow right 10 px or 10 ppt

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

bindsym $mod+r mode "resize"

# workspace assignments
workspace "@ws1@" output @leftHead@
workspace "@ws2@" output @leftHead@
workspace "@ws3@" output @leftHead@
workspace "@ws4@" output @leftHead@
workspace "@ws5@" output @leftHead@
workspace "@ws6@" output @rightHead@
workspace "@ws7@" output @rightHead@
workspace "@ws8@" output @rightHead@
workspace "@ws9@" output @rightHead@
workspace "@ws10@" output @rightHead@

# default applications
assign [class="^Tkabber$"] 1: tkabber
#exec --no-startup-id tkabber
assign [class="^Chromium(?:-browser)?$"] 3: chromium
#exec chromium

# ratmenu should be as unintrusive as possible
for_window [class="^ratmenu$"] floating enable
for_window [class="^ratmenu$"] border none

# various app cruft
for_window [class="^Dia$"] floating enable

# bar configuration
bar {
    output @leftHead@
    status_command @conky@/bin/conky -c "@conkyrc@" -t 'CPU: ${cpu cpu1}% ${cpu cpu2}% ${cpu cpu3}% ${cpu cpu4}% ${cpu cpu5}% ${cpu cpu6}% ${cpu cpu7}% ${cpu cpu8}% - ${cpu cpu0}% | MEM: $mem/$memmax - $memperc% | SWAP: $swap/$swapmax $swapperc% | ${time %a %b %d %T %Z %Y}'

    colors {
        focused_workspace #5c5cff #e5e5e5
        active_workspace #ffffff #0000ee
        inactive_workspace #00cdcd #0000ee
        urgent_workspace #ffff00 #cd0000
    }
}

bar {
    output @rightHead@
    status_command @conky@/bin/conky -c "@conkyrc@" -t 'NET: ${upspeed @primaryNetInterface@} ${downspeed @primaryNetInterface@} | DF: ${fs_used /}/${fs_size /} | LAVG: $loadavg | TEMP - CPU: ${platform coretemp.0 temp 2}C ${platform coretemp.0 temp 3}C ${platform coretemp.0 temp 4}C ${platform coretemp.0 temp 5}C - GPU: ${hwmon 0 temp 1}C - OUTSIDE: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EDMA temperature}C | ${time %a %b %d %T %Z %Y}'

    colors {
        focused_workspace #5c5cff #e5e5e5
        active_workspace #ffffff #0000ee
        inactive_workspace #00cdcd #0000ee
        urgent_workspace #ffff00 #cd0000
    }
}