nirish

config files for niri window manager
Log | Files | Refs | README | LICENSE

options.lua (270B)


      1 ---@meta mp.options
      2 
      3 ---@class mp.options
      4 local options = {}
      5 
      6 ---@param t table<string,string|number|boolean>
      7 ---@param identifier? string
      8 ---@param on_update? fun(list: table<string,true|nil>)
      9 function options.read_options(t, identifier, on_update) end
     10 
     11 return options