]> gitweb.fluxo.info Git - rhatto/dotfiles/awesome.git/commitdiff
Keys: work VM
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 16 Jan 2018 15:43:12 +0000 (13:43 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 16 Jan 2018 15:43:12 +0000 (13:43 -0200)
config.dot/awesome.link/keys.lua

index 648411a086896146b18e08d21951f8f40e845f0e..32df0c32faccacef2b3b8f66773b466dbc71014d 100644 (file)
@@ -40,8 +40,9 @@ globalkeys = awful.util.table.join(root.keys(),
     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" }, "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"}),
-    awful.key({ modkey, "Control" }, "s", function () awful.spawn("kvmx up sandbox")             end, {description = "vm: tor",                  group = "client"}),
+    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"}),
@@ -49,8 +50,9 @@ globalkeys = awful.util.table.join(root.keys(),
     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"   }, "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"}),
-    awful.key({ modkey, "Shift"   }, "s", function () awful.spawn("kvmx suspend sandbox")        end, {description = "vm: down: tor",            group = "client"}),
+    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"}),