add(rc) nice module
This commit is contained in:
parent
c500663f45
commit
82a185485d
9
init.lua
9
init.lua
|
@ -117,14 +117,7 @@ local ruled_client = slot {
|
|||
},
|
||||
}
|
||||
|
||||
-- luacheck: ignore unused variable client_titlebar
|
||||
local client_titlebar = slot {
|
||||
id = "CLIENT_TITLEBAR",
|
||||
connect = true,
|
||||
target = capi.client,
|
||||
signal = "request::titlebars",
|
||||
slot = my_slots.build_client_titlebars,
|
||||
}
|
||||
require("awesome-wm-nice").initialize()
|
||||
|
||||
-- luacheck: ignore unused variable ruled_notification
|
||||
local ruled_notification = slot {
|
||||
|
|
Loading…
Reference in New Issue