aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.dot/awesome.link/keys.lua10
1 files changed, 9 insertions, 1 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index 5a6bc52..256c5c5 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -25,7 +25,15 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ }, "XF86AudioMute", function () awful.util.spawn("amixer sset Master toggle", false) end),
-- Hibernate
- awful.key({ }, "XF86Launch1", function () awful.util.spawn("xhibernate") end)
+ 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" }, "b", function () awful.util.spawn("vbox up bankline") 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, "Shift" }, "b", function () awful.util.spawn("vbox down bankline") end)
)
-- Append keys from music widget