From d12c88966f89cfda59839e61c06abb897df65512 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 28 Dec 2016 15:18:45 -0200 Subject: Replace vbox by kvmx --- config.dot/awesome.link/keys.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index e5ed091..b89a848 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -34,14 +34,14 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ }, "XF86Launch1", function () awful.util.spawn("xhibernate") end), -- Virtual environments - 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, "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" }, "w", function () awful.util.spawn("vbox down web") end) + awful.key({ modkey, "Control" }, "a", function () awful.util.spawn("kvmx up tails") end), + awful.key({ modkey, "Control" }, "b", function () awful.util.spawn("kvmx up bankline") end), + awful.key({ modkey, "Control" }, "t", function () awful.util.spawn("kvmx up tor") end), + awful.key({ modkey, "Control" }, "w", function () awful.util.spawn("kvmx up web") end), + awful.key({ modkey, "Shift" }, "a", function () awful.util.spawn("kvmx down tails") end), + awful.key({ modkey, "Shift" }, "b", function () awful.util.spawn("kvmx down bankline") end), + awful.key({ modkey, "Shift" }, "t", function () awful.util.spawn("kvmx down tor") end), + awful.key({ modkey, "Shift" }, "w", function () awful.util.spawn("kvmx down web") end) ) -- Append keys from music widget -- cgit v1.2.3