diff --git a/themes/vertex/keybindings.lua b/themes/vertex/keybindings.lua index 461f4ba..9fcf88b 100644 --- a/themes/vertex/keybindings.lua +++ b/themes/vertex/keybindings.lua @@ -9,7 +9,7 @@ local keybindings = { } -function keybindings.get_global_keys(mytable, modkey, altkey, cycle_prev, browser, terminal) +function keybindings.get_global_keys(mytable, modkey, altkey, cycle_prev, browser, terminal, BLUESTATUS) local globalkeys = mytable.join(-- Destroy all notifications awful.key({ "Control", "Shift" }, "Escape", function() naughty.destroy_all_notifications()