diff options
-rw-r--r-- | config.dot/awesome.link/keys.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index 7093e0f..2cc6a8a 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -81,7 +81,6 @@ globalkeys = awful.util.table.join(root.keys(), 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"}), awful.key({ modkey, "Control" }, "p", function () awful.spawn("kvmx up party") end, {description = "vm: party", group = "client"}), - awful.key({ modkey, "Control" }, "s", function () awful.spawn("kvmx up sunny") end, {description = "vm: sunny" , group = "client"}), awful.key({ modkey, "Control" }, "v", function () awful.spawn("kvmx up vnc") end, {description = "vm: vnc", group = "client"}), awful.key({ modkey, "Control" }, "v", function () awful.spawn("kvmx disposable vpn") end, {description = "vm: vpn disposable", group = "client"}), awful.key({ modkey, "Control" }, "x", function () awful.spawn("kvmx disposable tor") end, {description = "vm: tor disposable", group = "client"}), @@ -96,7 +95,6 @@ globalkeys = awful.util.table.join(root.keys(), 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"}), awful.key({ modkey, "Shift" }, "p", function () awful.spawn("kvmx suspend party") end, {description = "vm: down: party", group = "client"}), - awful.key({ modkey, "Shift" }, "s", function () awful.spawn("kvmx suspend sunny") end, {description = "vm: down: sunny", group = "client"}), awful.key({ modkey, "Shift" }, "v", function () awful.spawn("kvmx suspend vnc") end, {description = "vm: down: vnc", group = "client"}), awful.key({ modkey, "Shift" }, "w", function () awful.spawn("kvmx suspend web") end, {description = "vm: down: web", group = "client"}), |