# HG changeset patch # User Meredith Howard # Date 1402638572 14400 # Node ID 46b479ea577d1bf206913c87367297c5bec30f73 # Parent be664145f2fafa822b53b401ce1787f302cafc19 tab mode for google chrome diff --git a/.i3/config b/.i3/config --- a/.i3/config +++ b/.i3/config @@ -25,7 +25,7 @@ font pango:monospace 10 floating_modifier $mod # start a terminal -bindsym $mod+Return exec urxvt +bindsym $mod+Return exec /usr/bin/urxvt # kill focused window bindsym $mod+Shift+q kill @@ -164,6 +164,8 @@ bindsym XF86AudioMute exec ~/.i3/ assign [class="Icedove"] 1:Mail for_window [class="Icedove"] focus child; layout tabbed +for_window [class="^Google-chrome"] focus child; layout tabbed + for_window [class="Xfce4-notifyd"] floating enable; border none; focus mode_toggle exec xsetroot -solid "SteelBlue4"