Skip to content

Instantly share code, notes, and snippets.

@farhaven
Created May 3, 2009 17:04
Show Gist options
  • Save farhaven/106057 to your computer and use it in GitHub Desktop.
Save farhaven/106057 to your computer and use it in GitHub Desktop.
awful.key({ config.global.modkey, "Mod4" }, "Return", function()
awful.prompt.run({ prompt = "HTTP: " },
tb_prompt,
function (s)
awful.util.spawn("firefox " .. s)
end,
awful.completion.shell,
os.getenv("HOME") .. "/.cache/awesome/history_commands"
)
end),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment