Change lock key to match macos
This commit is contained in:
parent
5530f149af
commit
18bd4daa23
1 changed files with 1 additions and 1 deletions
2
rc.lua
2
rc.lua
|
@ -311,7 +311,7 @@ globalkeys = gears.table.join(
|
|||
{ description = "show rofi-pass", group = "launcher" }),
|
||||
|
||||
-- Lock screen
|
||||
awful.key({ mod4, modkey }, "l", function() awful.spawn(".config/awesome/bin/saver.sh") end,
|
||||
awful.key({ mod4, modkey }, "q", function() awful.spawn(".config/awesome/bin/saver.sh") end,
|
||||
{ description = "lock screen", group = "session" }),
|
||||
|
||||
-- Volume controls
|
||||
|
|
Loading…
Reference in a new issue