<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,8 +2,8 @@ from libqtile.manager import Key, Screen
 from libqtile.command import lazy
 from libqtile import layout, bar, widget
 
-# The bindings below are for use with a Kinesis keyboard, and may
-# not make sense for standard keyboards.
+# The bindings below are for use with a Kinesis keyboard, and may not make
+# sense for standard keyboards.
 keys = [
     # First, a set of bindings to control the layouts
     Key(
@@ -36,8 +36,8 @@ keys = [
     ),
 
     Key([&quot;mod1&quot;], &quot;n&quot;,      lazy.spawn(&quot;firefox&quot;)),
-    Key([&quot;mod1&quot;], &quot;h&quot;,      lazy.to_screen(0)),
-    Key([&quot;mod1&quot;], &quot;l&quot;,      lazy.to_screen(1)),
+    Key([&quot;mod1&quot;], &quot;h&quot;,      lazy.to_screen(1)),
+    Key([&quot;mod1&quot;], &quot;l&quot;,      lazy.to_screen(0)),
     # ~/bin/x starts a terminal program
     Key([&quot;mod1&quot;], &quot;Return&quot;, lazy.spawn(&quot;~/bin/x&quot;)),
     Key([&quot;mod1&quot;], &quot;Tab&quot;,    lazy.nextlayout()),
@@ -54,15 +54,15 @@ keys = [
     ),
     Key(
         [&quot;mod1&quot;, &quot;shift&quot;], &quot;n&quot;,
-        lazy.spawn(&quot;amarok -t&quot;)
+        lazy.spawn(&quot;rhythmbox-client --play-pause&quot;)
     ),
     Key(
         [&quot;mod1&quot;, &quot;shift&quot;], &quot;l&quot;,
-        lazy.spawn(&quot;amarok -f&quot;)
+        lazy.spawn(&quot;rhythmbox-client --next&quot;)
     ),
     Key(
         [&quot;mod1&quot;, &quot;shift&quot;], &quot;h&quot;,
-        lazy.spawn(&quot;amarok -r&quot;)
+        lazy.spawn(&quot;rhythmbox-client --previous&quot;)
     ),
 ]
 
@@ -73,14 +73,16 @@ for i in groups:
     keys.append(
         Key([&quot;mod1&quot;], i, lazy.group[i].toscreen())
     )
+    keys.append(
+        Key([&quot;mod1&quot;, &quot;shift&quot;], i, lazy.window.togroup(i))
+    )
 
 
 # Two simple layout instances:
 layouts = [
-    # A layout instance with a single stack (filling the screen), and no border.
-    layout.Stack(stacks=1, borderWidth=0),
-    # A 2-stack layout instance
-    layout.Stack(stacks=2, borderWidth=2)
+    layout.Max(),
+    #layout.Stack(stacks=2, borderWidth=2)
+    layout.Stack(stacks=2)
 ]
 
 </diff>
      <filename>examples/config/cortesi-config.py</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>examples/config/bavardage-config.py</filename>
    </removed>
    <removed>
      <filename>examples/config/config.py</filename>
    </removed>
    <removed>
      <filename>examples/config/cortesi-config-laptop.py</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>097e97f9453846b299e66d12f52fde083b6532d0</id>
    </parent>
  </parents>
  <author>
    <name>Aldo Cortesi</name>
    <email>aldo@nullcube.com</email>
  </author>
  <url>http://github.com/cortesi/qtile/commit/d190c7a707e5e17360e1e0fdb4245407f6771bcb</url>
  <id>d190c7a707e5e17360e1e0fdb4245407f6771bcb</id>
  <committed-date>2009-07-04T23:42:52-07:00</committed-date>
  <authored-date>2009-07-04T23:42:52-07:00</authored-date>
  <message>Remove obsolete configs.</message>
  <tree>3fc6ddaf0d7bd265ca7ac16ce7117baf7f764173</tree>
  <committer>
    <name>Aldo Cortesi</name>
    <email>aldo@nullcube.com</email>
  </committer>
</commit>
