]> git.madduck.net Git - etc/awesome.git/commitdiff

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:

Merge pull request #256 from wimstefan/master
authorLuke Bonham <copycat-killer@users.noreply.github.com>
Sun, 8 Jan 2017 15:45:54 +0000 (16:45 +0100)
committerGitHub <noreply@github.com>
Sun, 8 Jan 2017 15:45:54 +0000 (16:45 +0100)
Typo in fs.lua

widgets/fs.lua

index 49cb8f0f0dc8dce17ef853e91923c7a9d2ed9e3f..aa05bdeee94909319ff74e8fdf08e0f71e806f25 100644 (file)
@@ -65,7 +65,7 @@ local function worker(args)
     local notify           = args.notify or "on"
     local settings         = args.settings or function() end
 
-    fs.followta  g         = args.followtag or false
+    fs.followtag           = args.followtag or false
     fs.notification_preset = args.notification_preset or { fg = beautiful.fg_normal }
 
     fs.widget = wibox.widget.textbox('')