From d1c8dbebbc2038240cf3cba5430e1ca99348283c Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 21 Jul 2022 14:16:21 -0700 Subject: [PATCH] Fixed a keybind --- core/keybinds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/keybinds.lua b/core/keybinds.lua index 580abc7..3e9b749 100755 --- a/core/keybinds.lua +++ b/core/keybinds.lua @@ -60,7 +60,7 @@ return gears.table.join( -- Layouts - awful.key( {"Mod4"}, "+", + awful.key( {"Mod4"}, "=", function () awful.tag.incmwfact( 0.05) end,