diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-03 11:16:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-03 11:16:16 -0300 |
commit | 7f1dbd27cc2069b49c1c8a2e3f32df2ec36cf258 (patch) | |
tree | ea80a283324349854b299589d6409d64f5d181ac | |
parent | af57be986afb868036c337817ab19a20c068b23a (diff) | |
download | awesome-7f1dbd27cc2069b49c1c8a2e3f32df2ec36cf258.tar.gz awesome-7f1dbd27cc2069b49c1c8a2e3f32df2ec36cf258.tar.bz2 |
Luakit keybinding
-rw-r--r-- | config.dot/awesome.link/keys.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index 4764306..a3fef22 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -14,6 +14,7 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ modkey, "Control" }, "t", function () awful.util.spawn("thunar") end), awful.key({ modkey, "Control" }, "w", function () awful.util.spawn("terminal xwyrd") end), awful.key({ modkey, "Control" }, "p", function () awful.util.spawn("terminal keyringer default") end), + awful.key({ modkey, "Control" }, "k", function () awful.util.spawn("luakit") end), --awful.key({ modkey, "Control" }, "b", function () awful.util.spawn("terminal irssi") end), -- Xlock |