aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-05-12 17:33:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-05-12 17:33:45 -0300
commit1bec0cb7cdacd1dedfac97c37bbf3e72d2ec70e5 (patch)
treeb3ecd6237b3bda04f293765e9c07c863b78896ce
parent55852211950fc2258be447588480f8521c255ffd (diff)
downloadawesome-1bec0cb7cdacd1dedfac97c37bbf3e72d2ec70e5.tar.gz
awesome-1bec0cb7cdacd1dedfac97c37bbf3e72d2ec70e5.tar.bz2
Updating keybindings
-rw-r--r--config.dot/awesome.link/keys.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index b597733..c9449b8 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -9,10 +9,10 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "l", function () awful.util.spawn("xlock") end),
awful.key({ modkey, }, "s", function () awful.util.spawn("xsuspend") end),
awful.key({ modkey, }, "h", function () awful.util.spawn("xhibernate") end),
- awful.key({ modkey, }, "c", function () awful.util.spawn("chromium-browser") end),
+ awful.key({ modkey, }, "b", function () awful.util.spawn("chromium-browser") end),
awful.key({ modkey, }, "n", function () awful.util.spawn("firefox-profile normal") end),
awful.key({ modkey, }, "t", function () awful.util.spawn("thunar") end),
- awful.key({ modkey, }, "w", function () awful.util.spawn("terminal xwyrd") 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, }, "b", function () awful.util.spawn("terminal irssi") end),