add(rc) nice module

This commit is contained in:
Aire-One 2022-02-20 19:11:57 +01:00 committed by Aire-One
parent c500663f45
commit 82a185485d
1 changed files with 1 additions and 8 deletions

View File

@ -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 {