Merge pull request #3044 from SethBarberee/firefox_keys_fix

add additional match for firefox in awful.hotkeys_popup/keys/firefox.lua
This commit is contained in:
mergify[bot] 2020-08-01 23:01:50 +00:00 committed by GitHub
commit 7a759432d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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