Fix an `rc.lua` comment typo. (#2974)

I don't know how it got there. Either copy/paste or find and replace
mistake.
This commit is contained in:
Emmanuel Lepage Vallée 2020-01-25 18:20:30 -05:00 committed by GitHub
parent 2f905f2522
commit d9998dedd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ ruled.client.connect_signal("request::rules", function()
}
-- Set Firefox to always map on the tag named "2" on screen 1.
-- ruled.tag.append_rule {
-- ruled.client.append_rule {
-- rule = { class = "Firefox" },
-- properties = { screen = 1, tag = "2" }
-- }