From 2289ce86d6e6c7d60b662689f7868b532d20575f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 19 Nov 2018 19:10:12 -0200 Subject: Switch tor-expendable for a tor disposable VM --- config.dot/awesome.link/keys.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index 1b7cdca..0723e92 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -77,7 +77,8 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ modkey, "Control" }, "s", function () awful.spawn("kvmx up sandbox") end, {description = "vm: sadbox", group = "client"}), awful.key({ modkey, "Control" }, "t", function () awful.spawn("kvmx up tor") end, {description = "vm: tor", group = "client"}), awful.key({ modkey, "Control" }, "v", function () awful.spawn("kvmx up vpn") end, {description = "vm: vpn", group = "client"}), - awful.key({ modkey, "Control" }, "x", function () awful.spawn("kvmx up tor-expendable") end, {description = "vm: tor-expendable", group = "client"}), + --awful.key({ modkey, "Control" }, "x", function () awful.spawn("kvmx up tor-expendable") end, {description = "vm: tor-expendable", group = "client"}), + awful.key({ modkey, "Control" }, "x", function () awful.spawn("kvmx disposable tor") end, {description = "vm: tor disposable", group = "client"}), awful.key({ modkey, "Control" }, "w", function () awful.spawn("kvmx up web") end, {description = "vm: web", group = "client"}), awful.key({ modkey, "Shift" }, "a", function () awful.spawn("kvmx suspend tails") end, {description = "vm: down: tails", group = "client"}), awful.key({ modkey, "Shift" }, "b", function () awful.spawn("kvmx suspend bankline") end, {description = "vm: down: bankline", group = "client"}), @@ -88,7 +89,7 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ modkey, "Shift" }, "s", function () awful.spawn("kvmx suspend sandbox") end, {description = "vm: down: sandbox", group = "client"}), awful.key({ modkey, "Shift" }, "t", function () awful.spawn("kvmx suspend tor") end, {description = "vm: down: tor", group = "client"}), awful.key({ modkey, "Shift" }, "v", function () awful.spawn("kvmx suspend vpn") end, {description = "vm: down: vpn", group = "client"}), - awful.key({ modkey, "Shift" }, "x", function () awful.spawn("kvmx suspend tor-expendable") end, {description = "vm: down: tor-expendable", group = "client"}), + --awful.key({ modkey, "Shift" }, "x", function () awful.spawn("kvmx suspend tor-expendable") end, {description = "vm: down: tor-expendable", group = "client"}), awful.key({ modkey, "Shift" }, "w", function () awful.spawn("kvmx suspend web") end, {description = "vm: down: web", group = "client"}) ) -- cgit v1.2.3