aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-06 13:05:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-06 13:05:56 -0300
commit6fcab311b593d6a51c3ab7dd513ff775322baf79 (patch)
tree2b7d65e5aa586ecbc3d55c81c121ef1db980fda4
parent3b9f032bf1d7731d3a0ee2979ecb8b3edeed65d9 (diff)
downloadawesome-6fcab311b593d6a51c3ab7dd513ff775322baf79.tar.gz
awesome-6fcab311b593d6a51c3ab7dd513ff775322baf79.tar.bz2
Change vbox keys
-rw-r--r--config.dot/awesome.link/keys.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index bb9711f..4450997 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -32,14 +32,14 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ }, "XF86Launch1", function () awful.util.spawn("xhibernate") end),
-- Virtual environments
- awful.key({ modkey, "Control" }, "w", function () awful.util.spawn("vbox up web") end),
- awful.key({ modkey, "Control" }, "m", function () awful.util.spawn("vbox up messenger") end),
+ awful.key({ modkey, "Control" }, "a", function () awful.util.spawn("vbox up tails") end),
awful.key({ modkey, "Control" }, "b", function () awful.util.spawn("vbox up bankline") end),
awful.key({ modkey, "Control" }, "t", function () awful.util.spawn("vbox up tor") end),
- awful.key({ modkey, "Shift" }, "w", function () awful.util.spawn("vbox down web") end),
- awful.key({ modkey, "Shift" }, "m", function () awful.util.spawn("vbox down messenger") end),
+ awful.key({ modkey, "Control" }, "w", function () awful.util.spawn("vbox up web") end),
+ awful.key({ modkey, "Shift" }, "a", function () awful.util.spawn("vbox down tails") end),
awful.key({ modkey, "Shift" }, "b", function () awful.util.spawn("vbox down bankline") end),
- awful.key({ modkey, "Shift" }, "t", function () awful.util.spawn("vbox down tor") end)
+ awful.key({ modkey, "Shift" }, "t", function () awful.util.spawn("vbox down tor") end),
+ awful.key({ modkey, "Shift" }, "w", function () awful.util.spawn("vbox down web") end)
)
-- Append keys from music widget