aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.dot/awesome.link/keys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index 0778e91..f4e7441 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -68,7 +68,7 @@ globalkeys = awful.util.table.join(root.keys(),
-- Virtual environments
awful.key({ modkey, "Control" }, "a", function () awful.spawn("kvmx up tails") end, {description = "vm: tails", group = "client"}),
awful.key({ modkey, "Control" }, "b", function () awful.spawn("kvmx up bankline") end, {description = "vm: bankline", group = "client"}),
- awful.key({ modkey, "Control" }, "c", function () awful.spawn("kvmx disposable stretch-desktop") end, {description = "vm: stretch-desktop disposable", group = "client"}),
+ awful.key({ modkey, "Control" }, "c", function () awful.spawn("kvmx disposable buster-desktop") end, {description = "vm: buster-desktop disposable", group = "client"}),
awful.key({ modkey, "Control" }, "d", function () awful.spawn("kvmx up doc") end, {description = "vm: doc", group = "client"}),
awful.key({ modkey, "Control" }, "e", function () awful.spawn("kvmx up test") end, {description = "vm: test", group = "client"}),
awful.key({ modkey, "Control" }, "f", function () awful.spawn("kvmx up funny") end, {description = "vm: funny", group = "client"}),