awesomerc/configuration/rules/notification/init.lua

6 lines
139 B
Lua
Raw Normal View History

2021-05-25 17:37:29 +02:00
local notification_rules = {}
2021-11-29 18:53:23 +01:00
notification_rules.global = require "rc.configuration.rules.notification.global"
2021-05-25 17:37:29 +02:00
return notification_rules