From 5f173e1935324de0253a5a2e938e42590ece78a8 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 2 Aug 2023 18:57:15 +0300 Subject: [PATCH] fix conflicting keybind --- config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 06244665..d3aafaa9 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -250,7 +250,7 @@ globalkeys = gears.table.join( end, {description = "focus previous by index", group = "client"} ), - awful.key({ modkey, }, "w", function () mymainmenu:show() end, + awful.key({ modkey, "Shift" }, "c", function () mymainmenu:show() end, {description = "show main menu", group = "awesome"}), -- Layout manipulation