Fix lock keybind
This commit is contained in:
parent
21f8f22882
commit
36c06418d7
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ globalKeys = gears.table.join(
|
||||||
{description = "take screenshot", group = "apps"}),
|
{description = "take screenshot", group = "apps"}),
|
||||||
awful.key({ modkey }, "i", function () awful.spawn(apps.browser) end,
|
awful.key({ modkey }, "i", function () awful.spawn(apps.browser) end,
|
||||||
{description = "open browser", group = "apps"}),
|
{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"}),
|
{description = "lock screen", group = "apps"}),
|
||||||
|
|
||||||
-- Brightness
|
-- Brightness
|
||||||
|
|
Loading…
Reference in a new issue