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:
parent
67672bf5a1
commit
e4e42e9277
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue