From cf0613ba5eb07467bd641b4c0ccbe603d71d89cc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 16 Mar 2017 19:12:57 -0300 Subject: Updates kvmx key bindings --- config.dot/awesome.link/keys.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index d3a81ae..7c100a0 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -40,10 +40,10 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ modkey, "Control" }, "b", function () awful.util.spawn("kvmx up bankline") end), awful.key({ modkey, "Control" }, "t", function () awful.util.spawn("kvmx up tor") end), awful.key({ modkey, "Control" }, "w", function () awful.util.spawn("kvmx up web") end), - awful.key({ modkey, "Shift" }, "a", function () awful.util.spawn("kvmx down tails") end), - awful.key({ modkey, "Shift" }, "b", function () awful.util.spawn("kvmx down bankline") end), - awful.key({ modkey, "Shift" }, "t", function () awful.util.spawn("kvmx down tor") end), - awful.key({ modkey, "Shift" }, "w", function () awful.util.spawn("kvmx down web") end) + awful.key({ modkey, "Shift" }, "a", function () awful.util.spawn("kvmx hibernate tails") end), + awful.key({ modkey, "Shift" }, "b", function () awful.util.spawn("kvmx hibernate bankline") end), + awful.key({ modkey, "Shift" }, "t", function () awful.util.spawn("kvmx hibernate tor") end), + awful.key({ modkey, "Shift" }, "w", function () awful.util.spawn("kvmx hibernate web") end) ) -- Append keys from music widget -- cgit v1.2.3