]>
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:
summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (parent:
75db055 )
string.format("sh -c '%s > %s; " ..
'echo "asyncshell.deliver(%s)" | ' ..
"awesome-client' 2> /dev/null",
string.format("sh -c '%s > %s; " ..
'echo "asyncshell.deliver(%s)" | ' ..
"awesome-client' 2> /dev/null",
- string.gsub(command, "'", "'\\''"), tmpfname,
- id, tmpfname)
+ string.gsub(command, "'", "'\\''"), tmpfname, id)
spawn(req, false)
return id
end
spawn(req, false)
return id
end
local debug = require("debug")
local capi = { timer = timer }
local debug = require("debug")
local capi = { timer = timer }
-local io = { open = io.open,
+local io = { open = io.open,
lines = io.lines }
local rawget = rawget
lines = io.lines }
local rawget = rawget
--[[
Licensed under GNU General Public License v2
--[[
Licensed under GNU General Public License v2
- * (c) 2015, luke b onham
+ * (c) 2015, Luke B onham
* (c) 2015, plotnikovanton
--]]
* (c) 2015, plotnikovanton
--]]
local beautiful = require("beautiful")
local gears = require("gears")
local beautiful = require("beautiful")
local gears = require("gears")
--- Lain c airo separators util submodule
+-- Lain C airo separators util submodule
-- lain.util.separators
local separators = {}
-- lain.util.separators
local separators = {}