A declarative API to connect signals for the AwesomeWM
Go to file
Aire-One 7978de8a37 wip 2024-10-28 03:53:06 +01:00
.github/workflows ci: add rock workflow 2024-10-25 02:54:44 +02:00
.vscode wip 2024-10-28 03:53:06 +01:00
doc add(doc) ldoc and base README 2021-10-16 19:36:46 +02:00
spec wip 2024-10-28 03:53:06 +01:00
src/awesome-slot wip 2024-10-28 03:53:06 +01:00
types wip 2024-10-28 03:53:06 +01:00
.busted wip 2024-10-28 03:53:06 +01:00
.cspell.json wip 2024-10-28 03:53:06 +01:00
.editorconfig chore: add Makefile 2024-10-25 01:50:55 +02:00
.gitignore feat: reorganize as a rock 2024-10-24 18:48:49 +02:00
.luacheckrc wip 2024-10-28 03:53:06 +01:00
.stylua.toml feat: reorganize as a rock 2024-10-24 18:48:49 +02:00
Makefile wip 2024-10-28 03:53:06 +01:00
README.md add(README) # Documentation 2024-10-24 20:47:57 +02:00
awesome-slot-dev-1.rockspec wip 2024-10-28 03:53:06 +01:00
config.ld feat: reorganize as a rock 2024-10-24 18:48:49 +02:00
tlconfig.lua wip 2024-10-28 03:53:06 +01:00

README.md

Awesome WM - Slot

A declarative API to connect signals for the AwesomeWM.

It completes the native gears.signal module to make signal connection easier to manage.

Documentation

API references for the latest release are available at https://aire-one.github.io/awesome-slot/index.html.

It is also possible to manually build the documentation locally using ldoc. The documentation content is part of the source code, and all configurations needed are provided by the config.ld file. To generate documentation, you need to run :

ldoc .

The documentation site will be generated in the doc directory.