From 5d833c04d2f83c68315ea3e1d9001d7afc4ce294 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 2 Nov 2021 08:08:44 +0100 Subject: bindings: use XF86ScreenSaver without modkeys to screenlock That key has no other function and requires a fn- mod on the laptop anyway. --- bindings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings.lua b/bindings.lua index 7dffbe1..b4da23f 100644 --- a/bindings.lua +++ b/bindings.lua @@ -13,7 +13,7 @@ function M.create(workspace) local globalkeys = gears.table.join( awful.key({ modkey, "Mod1" }, "Delete", awesome.restart), awful.key({ modkey }, "Pause", utils.screen_lock), - awful.key({ modkey }, "XF86ScreenSaver", utils.screen_lock), + awful.key({ }, "XF86ScreenSaver", utils.screen_lock), -- something of a hack: diziet is configured to send F13/XF86Tools on lid close -- this should trigger a screen lock if HDMI cable is not connected -- cgit v1.2.3