From 4fabd8c6786b2663e1f3dc0998bf18a617d7baa3 Mon Sep 17 00:00:00 2001 From: Toma Adrian Ionut Date: Sun, 20 Nov 2022 12:17:21 +0200 Subject: [PATCH] bluetooth status parameter --- themes/vertex/keybindings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()