awesomerc/configuration/rules/client/firefox.lua

8 lines
144 B
Lua
Raw Normal View History

2021-05-25 17:37:29 +02:00
local firefox_rule = {
2021-11-29 18:53:23 +01:00
id = "firefox",
rule = { class = "Firefox" },
properties = { screen = 1, tag = "2" },
2021-05-25 17:37:29 +02:00
}
return firefox_rule