From 3441a96e7439bb89fd7b4a9b9eb13f8dc3803834 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 27 Jun 2014 14:37:04 -0300 Subject: Tor VM bindings --- config.dot/awesome.link/keys.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.dot') diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index 256c5c5..5b0fee7 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -31,9 +31,11 @@ globalkeys = awful.util.table.join(root.keys(), 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, "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, "Shift" }, "b", function () awful.util.spawn("vbox down bankline") 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) ) -- Append keys from music widget -- cgit v1.2.3