From 6e7d235c5a783fc2ad3d16e2036069f7b56b56b6 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sat, 21 Mar 2020 09:27:07 -0500 Subject: [PATCH] add additional match for firefox --- lib/awful/hotkeys_popup/keys/firefox.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/hotkeys_popup/keys/firefox.lua b/lib/awful/hotkeys_popup/keys/firefox.lua index 702737356..c32fd30b1 100644 --- a/lib/awful/hotkeys_popup/keys/firefox.lua +++ b/lib/awful/hotkeys_popup/keys/firefox.lua @@ -7,7 +7,7 @@ --------------------------------------------------------------------------- local hotkeys_popup = require("awful.hotkeys_popup.widget") -local fire_rule = { class = { "Firefox" } } +local fire_rule = { class = { "Firefox", "firefox" } } for group_name, group_data in pairs({ ["Firefox: tabs"] = { color = "#009F00", rule_any = fire_rule } }) do