aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-10-17 14:24:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-10-17 14:24:46 -0300
commit335f7b05a90decc5c12d70f024b26f56e124ea20 (patch)
treec22f528e00b60e1ef8a278cfb2a012b9fd20117d
parentbcd141ddd0d2647375f554440a9e678df4304c5a (diff)
downloadawesome-335f7b05a90decc5c12d70f024b26f56e124ea20.tar.gz
awesome-335f7b05a90decc5c12d70f024b26f56e124ea20.tar.bz2
Changing conflicting keystroke
-rw-r--r--config.dot/awesome.link/keys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index 799a2c4..f09a68d 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, }, "x", function () awful.util.spawn("firefox") end),
+ awful.key({ modkey, }, "e", function () awful.util.spawn("firefox") end),
awful.key({ modkey, }, "b", function () awful.util.spawn("firefox-profile normal") end),
awful.key({ modkey, }, "v", function () awful.util.spawn("gvim") end),
awful.key({ modkey, }, "m", function () awful.util.spawn("terminal xmutt") end),