From 5b58cb46c0efa6cf3e4c1f9f82121b577e992a6c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 19 Nov 2018 18:55:27 -0200 Subject: Shortcuts for doc VM --- config.dot/awesome.link/keys.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index a2f45c4..1b7cdca 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -70,6 +70,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" }, "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" }, "k", function () awful.spawn("kvmx up work") end, {description = "vm: work", group = "client"}), awful.key({ modkey, "Control" }, "m", function () awful.spawn("kvmx up messenger") end, {description = "vm: messenger", group = "client"}), @@ -80,6 +81,7 @@ globalkeys = awful.util.table.join(root.keys(), 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"}), + awful.key({ modkey, "Shift" }, "d", function () awful.spawn("kvmx suspend doc") end, {description = "vm: down: doc", group = "client"}), awful.key({ modkey, "Shift" }, "e", function () awful.spawn("kvmx suspend test") end, {description = "vm: down: test", group = "client"}), awful.key({ modkey, "Shift" }, "k", function () awful.spawn("kvmx suspend work") end, {description = "vm: down: work", group = "client"}), awful.key({ modkey, "Shift" }, "m", function () awful.spawn("kvmx suspend messenger") end, {description = "vm: down: messenger", group = "client"}), -- cgit v1.2.3