aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-05-12 20:58:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-05-12 20:58:54 -0300
commitfeda6e482cc741de354106dd26a7d180d92ad843 (patch)
tree55358f23b9120dd6f256305c7a236e11d44c1ff3
parenta5d9d583e8c9127f95ed3f70502be7c136bbe604 (diff)
downloadawesome-feda6e482cc741de354106dd26a7d180d92ad843.tar.gz
awesome-feda6e482cc741de354106dd26a7d180d92ad843.tar.bz2
Changing browser keys
-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 ebe274b..6e86006 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -1,6 +1,6 @@
-- Key bindings
globalkeys = awful.util.table.join(root.keys(),
- awful.key({ modkey, }, "f", function () awful.util.spawn("firefox") end),
+ awful.key({ modkey, }, "b", function () awful.util.spawn("firefox") end),
awful.key({ modkey, }, "v", function () awful.util.spawn("gvim") end),
awful.key({ modkey, }, "m", function () awful.util.spawn("terminal xmutt") end),
awful.key({ modkey, }, "g", function () awful.util.spawn("gimp") end),
@@ -9,7 +9,7 @@ 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, }, "b", function () awful.util.spawn("chromium-browser") end),
+ awful.key({ modkey, }, "o", 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, }, "c", function () awful.util.spawn("terminal xwyrd") end),