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

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:

added awful library require
authorJean Gregory <medivhok@zoho.com>
Sat, 9 Dec 2017 14:28:25 +0000 (09:28 -0500)
committerGitHub <noreply@github.com>
Sat, 9 Dec 2017 14:28:25 +0000 (09:28 -0500)
commit7d0611cc405616fa42480f84ce431071708acb13
tree4e3e3ba1c88566edb22f90b434849e9e21ce66a2
parent055e663772628e5a2ddb9c056da7222af517d086
added awful library require

setting the 'followtag' option of the imap widget to true was causing the update function to fail. The function was calling awful.screen.focused(), which failed because the awful library wasn't included.
widget/imap.lua