mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
9 lines
282 B
Lua
9 lines
282 B
Lua
---------------------------------------------------------------------------
|
|
--- Utilities to sort and arrange data.
|
|
--
|
|
-- @utillib gears.sort
|
|
---------------------------------------------------------------------------
|
|
|
|
return {
|
|
topological = require("gears.sort.topological")
|
|
}
|