removed xlock binding.

This commit is contained in:
sheldonmlee 2021-01-28 21:01:11 +08:00
parent 241133ae07
commit 98a960c35e

View File

@ -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,