Fix firefox example in awful.permissions

Was trying out the example and it didn't work until I removed the context string.
This commit is contained in:
Seth Barberee 2020-01-16 13:40:57 -06:00 committed by GitHub
parent 67672bf5a1
commit e4e42e9277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ end
--
-- awful.permissions.add_activate_filter(function(c)
-- if c.class == "Firefox" then return false end
-- end, "permissions")
-- end)
--
-- @tparam function f The callback
-- @tparam[opt] string context The `request::activate` context