diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-12-28 15:18:45 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-12-28 15:18:45 -0200 |
commit | d12c88966f89cfda59839e61c06abb897df65512 (patch) | |
tree | 42889eaa17b124cab65f7645a66c3ad978fc8e31 | |
parent | 8c41f6c4fc9eff302285dd4285ad52b1df8d82a5 (diff) | |
download | awesome-d12c88966f89cfda59839e61c06abb897df65512.tar.gz awesome-d12c88966f89cfda59839e61c06abb897df65512.tar.bz2 |
Replace vbox by kvmx
-rw-r--r-- | config.dot/awesome.link/keys.lua | 16 |
1 files 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 |