<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -89,7 +89,7 @@ end
 --@param prefix: if any prefix is to be added
 --@param no_selectall:
 function rename(tag, prefix, no_selectall)
-  local theme = beautiful.get()
+  local theme = beautiful.get() 
   local t = tag or awful.tag.selected(mouse.screen)
   local scr = t.screen
   local bg = nil
@@ -217,15 +217,6 @@ function set(t, args)
   local clientstomove = nil
   if scr &gt; screen.count() then scr = screen.count() end
   if t.screen and scr ~= t.screen then
-    -- if #t:clients() &gt; 0 then
-      -- clientstomove = {}
-      -- print(&quot;228: clients to move found&quot;)
-      -- for _,c in pairs(t:clients()) do
-        -- c.screen = scr
-        -- table.insert(clientstomove, c)
-        -- end
-      -- clientstomove = t:clients()
-    -- end
     tagtoscr(scr, t)
     t.screen = nil
   end
@@ -314,20 +305,6 @@ function set(t, args)
     awful.tag.setproperty(t, &quot;initial&quot;, nil)
   end
 
-  -- if clientstomove ~= nil then
-    -- print(&quot;320: moving clients&quot;)
-    -- for _ , c in ipairs(clientstomove) do
-      -- print(&quot;t.scr = &quot;..t.screen)
-      -- awful.client.property.set(c,&quot;screen&quot;, t.screen)
-      -- c.screen = t.screen
-      -- c.screen = t.screen
-      -- print(&quot;c.scr = &quot;..c.screen)
-      -- c:tags({t})
-      -- awful.client.movetotag(t,c)
-    -- end
-    -- else
-    -- print(&quot;320: not moving clients&quot;)
-  -- end
 
   return t
 end
@@ -489,20 +466,14 @@ function match(c, startup)
   -- set key bindings
   c:keys(keys)
 
-  if c.name ~= nil then print(c.name..&quot; is &quot;) end
   -- set properties of floating clients
   if float ~= nil then
     awful.client.floating.set(c, float) 
-  -- if awful.client.floating.get(c) then
-    print(&quot;floating&quot;)
     if config.defaults.floatBars then       -- add a titlebar if requested in config.defaults
-      print(&quot;adding titlebar&quot;)
       awful.titlebar.add( c, { modkey = modkey } )
     end
     awful.placement.centered(c, c.transient_for)
     awful.placement.no_offscreen(c) -- this always seems to stick the client at 0,0 (incl titlebar)
-    -- else
-      -- print(&quot;not floating&quot;)
   end
 
   -- if not matched to some names try putting client in c.transient_for or current tags
@@ -529,7 +500,6 @@ function match(c, startup)
     end
   end
 
-  if awful.client.floating.get(c) then print(&quot;532: now its floating&quot;) end
   -- translate target names to tag objects, creating missing ones
   if #target_tag_names &gt; 0 and #target_tags == 0 then
     for i, tn in ipairs(target_tag_names) do
@@ -548,7 +518,6 @@ function match(c, startup)
     end
   end
 
-  if awful.client.floating.get(c) then print(&quot;548: now its floating&quot;) end
   -- set client's screen/tag if needed
   target_screen = target_tags[1].screen or target_screen
   if c.screen ~= target_screen then c.screen = target_screen end
@@ -558,7 +527,6 @@ function match(c, startup)
   if geom then c:geometry(geom) end
   if struts then c:struts(struts) end
 
-  if awful.client.floating.get(c) then print(&quot;558: now its floating&quot;) end
   -- switch or highlight
   local showtags = {}
   local u = nil
@@ -581,7 +549,6 @@ function match(c, startup)
     end
   end
 
-  if awful.client.floating.get(c) then print(&quot;580: now its floating&quot;) end
   -- focus and raise accordingly or lower if supressed
   if not (nofocus or c.hidden or c.minimized) then
     if (awful.tag.getproperty(target,&quot;nopopup&quot;) or nopopup) and (target and target ~= sel) then
@@ -594,7 +561,6 @@ function match(c, startup)
     c:lower()
   end
 
-  if awful.client.floating.get(c) then print(&quot;592: now its floating&quot;) end
   if config.sloppy then
     -- Enable sloppy focus
     c:add_signal(&quot;mouse::enter&quot;, function(c)
@@ -607,7 +573,6 @@ function match(c, startup)
   -- execute run function if specified
   if run then run(c, target) end
 
-  if awful.client.floating.get(c) then print(&quot;604: now its floating&quot;) end
 end
 --}}}
 </diff>
      <filename>shifty.git.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a3b85d47ed58e4d532d15cdde0640b3ab36ffdda</id>
    </parent>
  </parents>
  <author>
    <name>perry</name>
    <email>perry.hargrave@gmail.com</email>
  </author>
  <url>http://github.com/bioe007/awesome-configs/commit/84d9aaa601b502390bc51c98867c977627e8f893</url>
  <id>84d9aaa601b502390bc51c98867c977627e8f893</id>
  <committed-date>2009-10-07T10:55:24-07:00</committed-date>
  <authored-date>2009-10-07T10:55:24-07:00</authored-date>
  <message>cleaning up</message>
  <tree>e7051978bf3a27853d1f20d26751a0c737be3fbe</tree>
  <committer>
    <name>perry</name>
    <email>perry.hargrave@gmail.com</email>
  </committer>
</commit>
