161 bindsym XF86AudioLowerVolume exec ~/.i3/volume_ctrl down |
161 bindsym XF86AudioLowerVolume exec ~/.i3/volume_ctrl down |
162 bindsym XF86AudioRaiseVolume exec ~/.i3/volume_ctrl up |
162 bindsym XF86AudioRaiseVolume exec ~/.i3/volume_ctrl up |
163 bindsym XF86AudioMute exec ~/.i3/volume_ctrl mute |
163 bindsym XF86AudioMute exec ~/.i3/volume_ctrl mute |
164 |
164 |
165 assign [class="Icedove"] 1: Mail |
165 assign [class="Icedove"] 1: Mail |
166 for_window [class="Icedove"] focus child; layout tabbed |
166 for_window [class="Icedove"] layout tabbed |
167 |
167 |
168 for_window [class="^Google-chrome"] focus child; layout tabbed |
168 for_window [class="^Google-chrome"] focus child; layout tabbed; focus |
169 |
169 |
170 for_window [class="Xfce4-notifyd"] floating enable; border none; focus mode_toggle |
170 for_window [class="Xfce4-notifyd"] floating enable; border none; focus mode_toggle |
171 |
171 |
172 exec xsetroot -solid "SteelBlue4" |
172 exec xsetroot -solid "SteelBlue4" |
173 |
173 |