tab mode for google chrome mhoward-lt

Fri, 13 Jun 2014 01:49:32 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 13 Jun 2014 01:49:32 -0400
branch
mhoward-lt
changeset 40
46b479ea577d
parent 39
be664145f2fa
child 41
ddd71c67e033

tab mode for google chrome

.i3/config file | annotate | diff | comparison | revisions
--- 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"

mercurial