fixed
This commit is contained in:
parent
bbfb937193
commit
d1f6270794
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue