Change lock key to match macos

This commit is contained in:
Wilfried OLLIVIER 2023-02-25 19:45:47 +01:00
parent 5530f149af
commit 18bd4daa23
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -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