aboutsummaryrefslogtreecommitdiff
path: root/config.dot/awesome.link/keys.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.dot/awesome.link/keys.lua')
-rw-r--r--config.dot/awesome.link/keys.lua5
1 files 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"})
)