Fix lock keybind

This commit is contained in:
buffet 2022-05-02 08:51:51 +00:00
parent 21f8f22882
commit 36c06418d7

View file

@ -158,7 +158,7 @@ globalKeys = gears.table.join(
{description = "take screenshot", group = "apps"}),
awful.key({ modkey }, "i", function () awful.spawn(apps.browser) end,
{description = "open browser", group = "apps"}),
awful.key({ modkey, "Control" }, "x", function () awful.spawn(apps.screenlocker) end,
awful.key({ modkey, "Shift" }, "y", function () awful.spawn(apps.screenlocker) end,
{description = "lock screen", group = "apps"}),
-- Brightness