From 204ef0682a0d0874844f09ba4e5b59dddcbf8ba5 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Thu, 20 Jan 2022 21:24:55 -0300 Subject: [PATCH] Fix conflicting keys --- config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 2c22c1e..695719d 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -399,7 +399,7 @@ globalkeys = gears.table.join( {description = "show the menubar", group = "launcher"}), -- Lock Screen - awful.key({ modkey, "Shift" }, "l", function() awful.spawn(scrlocker) end, + awful.key({ }, "XF86Display", function() awful.spawn(scrlocker) end, {description = "lock the screen", group = "custom"}) )