]> gitweb.fluxo.info Git - rhatto/dotfiles/awesome.git/commitdiff
Fix: keys: removes binding for "sunny" kvmx guest
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 23 Jan 2025 02:25:53 +0000 (23:25 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 23 Jan 2025 02:25:53 +0000 (23:25 -0300)
config.dot/awesome.link/keys.lua

index 7093e0fcddb4524d9c5c47a2ad289196fd5e5997..2cc6a8a113774704ae3ee6f9d4a6c3a1b4f02145 100644 (file)
@@ -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"}),