]> git.madduck.net Git - etc/awesome.git/blobdiff - Layouts.md

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:

Updated Utilities (markdown)
[etc/awesome.git] / Layouts.md
index cc5b75d25374022578e5fdf343690a3eca961876..07184a4d6e937f804c3ba921a72a1af09c374053 100644 (file)
@@ -1,5 +1,3 @@
-[<- home](https://github.com/copycat-killer/lain/wiki)
-
 Currently, there are **7** layouts.
 
     lain/layout
@@ -249,7 +247,7 @@ you have to add an item called `useless_gap_width` in your `theme.lua`.
 If it doesn't exist, the width will default to 0.
 Example:
 
-       theme.useless_gap_width = "5"
+       theme.useless_gap_width = 5
 
 What about layout icons?
 ========================
@@ -267,4 +265,6 @@ To use them, add lines to your ``theme.lua`` like this:
 Credits goes to [Nicolas Estibals](https://github.com/nestibal) for creating
 layout icons for default theme.
 
-You can use them as a template for your custom versions.
\ No newline at end of file
+You can use them as a template for your custom versions.
+
+[<- home](https://github.com/copycat-killer/lain/wiki)
\ No newline at end of file