aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-04 17:38:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-04 17:38:50 -0300
commitecd091e70c68fd8a08272e4bea86a06734bb9b9e (patch)
tree67723f0f890f10b43290b0cdb4f22a6f75f10e26
parent6fcab311b593d6a51c3ab7dd513ff775322baf79 (diff)
downloadawesome-ecd091e70c68fd8a08272e4bea86a06734bb9b9e.tar.gz
awesome-ecd091e70c68fd8a08272e4bea86a06734bb9b9e.tar.bz2
Updates keys
-rw-r--r--config.dot/awesome.link/keys.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index 4450997..2cf6ac9 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -4,7 +4,6 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "b", function () awful.util.spawn("firefox-profile default") end),
awful.key({ modkey, }, "c", function () awful.util.spawn("terminal xcalendar") end),
awful.key({ modkey, }, "d", function () awful.util.spawn("terminal shell local media") end),
- awful.key({ modkey, }, "e", function () awful.util.spawn("firefox-profile trusted") end),
awful.key({ modkey, }, "g", function () awful.util.spawn("gimp") end),
awful.key({ modkey, }, "h", function () awful.util.spawn("terminal chat") end),
awful.key({ modkey, }, "i", function () awful.util.spawn("geeqie") end),
@@ -14,12 +13,15 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "p", function () awful.util.spawn("terminal keyringer default") end),
awful.key({ modkey, }, "s", function () awful.util.spawn("xsuspend") end),
awful.key({ modkey, }, "t", function () awful.util.spawn("tor-browser") end),
- awful.key({ modkey, }, "u", function () awful.util.spawn("luakit") end),
awful.key({ modkey, }, "v", function () awful.util.spawn("terminal vim") end),
awful.key({ modkey, }, "x", function () awful.util.spawn("terminal shell network") end),
awful.key({ modkey, }, "z", function () awful.util.spawn("terminal shell root") end),
awful.key({ modkey, }, "y", function () awful.util.spawn("xclip-clean") end),
+ -- Unused
+ --awful.key({ modkey, }, "e", function () awful.util.spawn("command") end),
+ --awful.key({ modkey, }, "u", function () awful.util.spawn("command") end),
+
-- Xlock
awful.key({ modkey, }, "Print", function () awful.util.spawn("xlock") end),