]> gitweb.fluxo.info Git - rhatto/dotfiles/awesome.git/commitdiff
Fix: keys: rename VM 'bankline' to 'accounting'
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 1 Mar 2023 10:35:11 +0000 (07:35 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 1 Mar 2023 10:35:11 +0000 (07:35 -0300)
config.dot/awesome.link/keys.lua

index 1e5a2bc279c189a2d07eac443b06c4af6e71648c..414698d3c260470f35b576e482d2dd04b3b4809e 100644 (file)
@@ -73,8 +73,7 @@ globalkeys = awful.util.table.join(root.keys(),
     --awful.key({ modkey, "" }, "Down", function () awful.spawn("terminal kvmx-clipboard") end, {description = "kvmx-clipboard", group = "client"}),
 
     -- Virtual environments: powerup
-    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" }, "a", function () awful.spawn("kvmx up accounting")              end, {description = "vm: accounting",                 group = "client"}),
     awful.key({ modkey, "Control" }, "c", function () awful.spawn("kvmx up commerce")                end, {description = "vm: commerce",                   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"}),
@@ -91,8 +90,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"}),
 
     -- Virtual environments: suspend
-    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"   }, "a", function () awful.spawn("kvmx suspend accounting")         end, {description = "vm: down: accounting",           group = "client"}),
     awful.key({ modkey, "Shift"   }, "c", function () awful.spawn("kvmx suspend commerce")           end, {description = "vm: down: commerce",             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"}),