This commit is contained in:
Clay Gomera 2022-01-04 22:31:33 -04:00
parent bbfb937193
commit d1f6270794
2 changed files with 2 additions and 2 deletions

View file

@ -415,7 +415,7 @@ globalkeys = my_table.join(
{description = "launch screen configuration tool", group = ("screen")}),
-- Screen Lock
awful.key({ modkey }, "l", function() awful.spawn(screenlocker) end,
awful.key({ modkey, modkey1 }, "l", function() awful.spawn(screenlocker) end,
{description = "lock the screen", group = "screen"}),
-- Show/Hide Wibox

View file

@ -330,7 +330,7 @@ globalkeys = my_table.join(
{description = "launch screen configuration tool", group = ("screen")}),
-- Screen Lock
awful.key({ modkey }, "l", function() awful.spawn(screenlocker) end,
awful.key({ modkey, modkey1 }, "l", function() awful.spawn(screenlocker) end,
{description = "lock the screen", group = "screen"}),
-- Show/Hide Wibox