From 18bd4daa23940f0f8fecb1d40055c512e971e73f Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Sat, 25 Feb 2023 19:45:47 +0100 Subject: [PATCH] Change lock key to match macos --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 91106d8..57a3576 100644 --- a/rc.lua +++ b/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