diff --git a/config/awesome/config.org b/config/awesome/config.org index 5dbb7565d..48c5fe722 100644 --- a/config/awesome/config.org +++ b/config/awesome/config.org @@ -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 diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 37176bb3b..32b37ac98 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -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