From 98a960c35e266812fd7a72066900988c3e043c60 Mon Sep 17 00:00:00 2001 From: sheldonmlee Date: Thu, 28 Jan 2021 21:01:11 +0800 Subject: [PATCH] removed xlock binding. --- .config/awesome/rc.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 70cbbe4..cfa83ea 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -373,8 +373,6 @@ globalkeys = gears.table.join( function() volume(-5) end, {description = "Volume down", group = "media"}), - awful.key({ modkey, }, "x", function () awful.spawn("xlock") end, - {description = "xlock", group = "launcher"}), awful.key({ modkey, }, "b", function () awful.spawn("firefox") end, {description = "open firefox", group = "launcher"}), awful.key({ modkey, }, "e", function () awful.spawn("alacritty -e nnn -A") end,