Configuration

config.lua:

MS = {}
MS.Config = {}

MS.Config.Sound = true -- If you want to disable the sound, set it to false
MS.Config.Position = "middle-left" -- "top-right", "top-left", "top-middle", "bottom-right", "bottom-left", "bottom-middle", "middle-left", "middle-right"
MS.Config.Test = true -- If you want to disable the test command, set it to false (/testnotify)

Last updated