aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-06-23 20:53:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-06-23 20:53:14 -0300
commit7007dc3d8760e5e408931b7f91ba94f016bdbea8 (patch)
treec5d0af89389be5b964620ac5d9cb97cba6145f2c
parentae1cffbe628511d0b0c66562e71ceb8d58c56197 (diff)
downloadawesome-7007dc3d8760e5e408931b7f91ba94f016bdbea8.tar.gz
awesome-7007dc3d8760e5e408931b7f91ba94f016bdbea8.tar.bz2
Keybindings: virtual envs
-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