]> git.madduck.net Git - etc/awesome.git/blobdiff - layout/uselesspiral.lua

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Applied border adjustment changes to cascade and termfair, updated termfair to apply...
[etc/awesome.git] / layout / uselesspiral.lua
index 7c72912d51a56a66386d401bab5fb65a9ecea1d8..c388961f2c382b253f708bb1d9c88a9d65f292f8 100644 (file)
@@ -2,10 +2,10 @@
 --[[
                                                   
      Licensed under GNU General Public License v2 
-      * (c) 2014       projektile                 
-      * (c) 2013       Luke Bonham                
-      * (c) 2009       Uli Schlachter             
-      * (c) 2008       Julien Danjolu             
+      * (c) 2014, projektile                      
+      * (c) 2013, Luke Bonham                     
+      * (c) 2009, Uli Schlachter                  
+      * (c) 2008, Julien Danjolu                  
                                                   
 --]]
 
@@ -13,7 +13,6 @@ local beautiful = require("beautiful")
 local ipairs    = ipairs
 local tonumber  = tonumber
 local math      = require("math")
-local naughty   = require("naughty")
 
 local uselesspiral = {}