From d1f6270794602646d76125bf5f8d689b73c080a0 Mon Sep 17 00:00:00 2001 From: Clay Gomera Date: Tue, 4 Jan 2022 22:31:33 -0400 Subject: [PATCH] fixed --- config/awesome/config.org | 2 +- config/awesome/rc.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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