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,