diff options
Diffstat (limited to 'config.dot/awesome.link')
-rw-r--r-- | config.dot/awesome.link/keys.lua | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index e5ed091..b89a848 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -34,14 +34,14 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ }, "XF86Launch1", function () awful.util.spawn("xhibernate") end), -- Virtual environments - awful.key({ modkey, "Control" }, "a", function () awful.util.spawn("vbox up tails") end), - awful.key({ modkey, "Control" }, "b", function () awful.util.spawn("vbox up bankline") end), - awful.key({ modkey, "Control" }, "t", function () awful.util.spawn("vbox up tor") end), - awful.key({ modkey, "Control" }, "w", function () awful.util.spawn("vbox up web") end), - awful.key({ modkey, "Shift" }, "a", function () awful.util.spawn("vbox down tails") end), - awful.key({ modkey, "Shift" }, "b", function () awful.util.spawn("vbox down bankline") end), - awful.key({ modkey, "Shift" }, "t", function () awful.util.spawn("vbox down tor") end), - awful.key({ modkey, "Shift" }, "w", function () awful.util.spawn("vbox down web") end) + awful.key({ modkey, "Control" }, "a", function () awful.util.spawn("kvmx up tails") end), + 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) ) -- Append keys from music widget |