Fix conflicting keys

This commit is contained in:
Augusto Gunsch 2022-01-20 21:24:55 -03:00
parent b19f051cde
commit 204ef0682a
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ globalkeys = gears.table.join(
{description = "show the menubar", group = "launcher"}),
-- Lock Screen
awful.key({ modkey, "Shift" }, "l", function() awful.spawn(scrlocker) end,
awful.key({ }, "XF86Display", function() awful.spawn(scrlocker) end,
{description = "lock the screen", group = "custom"})
)