This website requires JavaScript.
Explore
Help
Sign In
awesomewm-mirrors
/
awesome
mirror of
https://github.com/awesomeWM/awesome.git
Watch
1
Star
0
Fork
You've already forked awesome
0
Code
Issues
Projects
Releases
Wiki
Activity
9f5a17ed98
awesome
/
lib
/
ruled
/
init.lua
4 lines
49 B
Lua
Raw
Normal View
History
Unescape
Escape
rules: Move `awful.rules` to `ruled.client`. From now on, all core object will have their own rules. `awful.rules` hardcodes some client specific code. All `rules` module have some form of class specific code. This code will now be part of a new module called `ruled`. Since a year or so, a lot of work has been done to refactor the rules on top of the shared `gears.matcher` class. This way there wont be as much duplication.
2019-10-07 01:24:56 +02:00
return
{
client
=
require
(
"
ruled.client
"
)
;
}