aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-23 21:19:15 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-10-23 21:19:15 -0200
commit12363bb0959fbbade1347407470c0ec990f103a6 (patch)
tree1346b1ec5ae33e3a75264f6cbef8d1bc4dd0aa30
parente0581c93a4d34b7710c9e8d9efdf3c482aa77e15 (diff)
downloadawesome-12363bb0959fbbade1347407470c0ec990f103a6.tar.gz
awesome-12363bb0959fbbade1347407470c0ec990f103a6.tar.bz2
Switch from signal to messenger VM
-rw-r--r--config.dot/awesome.link/keys.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index f348c77..8e54e6f 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -40,7 +40,7 @@ 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" }, "s", function () awful.spawn("kvmx up signal") end, {description = "vm: signal", group = "client"}),
+ awful.key({ modkey, "Control" }, "m", function () awful.spawn("kvmx up messenger") end, {description = "vm: messenger", 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"}),
@@ -48,7 +48,7 @@ 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" }, "s", function () awful.spawn("kvmx suspend signal") end, {description = "vm: down: signal", group = "client"}),
+ awful.key({ modkey, "Shift" }, "m", function () awful.spawn("kvmx suspend messenger") end, {description = "vm: down: messenger", 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"}),