23 |
23 |
24 # Use Mouse+$mod to drag floating windows to their wanted position |
24 # Use Mouse+$mod to drag floating windows to their wanted position |
25 floating_modifier $mod |
25 floating_modifier $mod |
26 |
26 |
27 # start a terminal |
27 # start a terminal |
28 bindsym $mod+Return exec urxvt |
28 bindsym $mod+Return exec /usr/bin/urxvt |
29 |
29 |
30 # kill focused window |
30 # kill focused window |
31 bindsym $mod+Shift+q kill |
31 bindsym $mod+Shift+q kill |
32 |
32 |
33 # start dmenu (a program launcher) |
33 # start dmenu (a program launcher) |
162 bindsym XF86AudioMute exec ~/.i3/volume_ctrl mute |
162 bindsym XF86AudioMute exec ~/.i3/volume_ctrl mute |
163 |
163 |
164 assign [class="Icedove"] 1:Mail |
164 assign [class="Icedove"] 1:Mail |
165 for_window [class="Icedove"] focus child; layout tabbed |
165 for_window [class="Icedove"] focus child; layout tabbed |
166 |
166 |
|
167 for_window [class="^Google-chrome"] focus child; layout tabbed |
|
168 |
167 for_window [class="Xfce4-notifyd"] floating enable; border none; focus mode_toggle |
169 for_window [class="Xfce4-notifyd"] floating enable; border none; focus mode_toggle |
168 |
170 |
169 exec xsetroot -solid "SteelBlue4" |
171 exec xsetroot -solid "SteelBlue4" |
170 |
172 |
171 exec ~/.i3/auto-start |
173 exec ~/.i3/auto-start |