Skip to content

Commit

Permalink
Merge pull request #5 from newkedison/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
lcpz authored Apr 2, 2018
2 parents 8013a6e + b06bc04 commit 4226433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop.lua
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ end
function desktop.add_base_icons(args)
for _,base in ipairs(args.baseicons) do
desktop.add_single_icon(args, base.label, utils.lookup_icon(base.icon), function()
awful.spawn(string.format("%s '%s'", args.open_width, base.onclick))
awful.spawn(string.format("%s '%s'", args.open_with, base.onclick))
end)
end
end
Expand Down

0 comments on commit 4226433

Please sign in to comment.