From 7007dc3d8760e5e408931b7f91ba94f016bdbea8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 23 Jun 2014 20:53:14 -0300 Subject: Keybindings: virtual envs --- config.dot/awesome.link/keys.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'config.dot') 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 -- cgit v1.2.3