diff options
-rw-r--r-- | config.dot/awesome.link/keys.lua | 8 |
1 files 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 |