diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-12 20:55:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-12 20:55:30 -0300 |
commit | a5d9d583e8c9127f95ed3f70502be7c136bbe604 (patch) | |
tree | 46debe188af581c443739cce08f78a4e10a3320f | |
parent | 1bec0cb7cdacd1dedfac97c37bbf3e72d2ec70e5 (diff) | |
download | awesome-a5d9d583e8c9127f95ed3f70502be7c136bbe604.tar.gz awesome-a5d9d583e8c9127f95ed3f70502be7c136bbe604.tar.bz2 |
Change luakit keybinding
-rw-r--r-- | config.dot/awesome.link/keys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index c9449b8..ebe274b 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -14,7 +14,7 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ modkey, }, "t", function () awful.util.spawn("thunar") end), awful.key({ modkey, }, "c", function () awful.util.spawn("terminal xwyrd") end), awful.key({ modkey, }, "p", function () awful.util.spawn("terminal keyringer default") end), - awful.key({ modkey, }, "k", function () awful.util.spawn("luakit") end), + awful.key({ modkey, }, "u", function () awful.util.spawn("luakit") end), --awful.key({ modkey, }, "b", function () awful.util.spawn("terminal irssi") end), -- Xlock |