Gradually dim the screen. Packaged for debian
Find a file
Simon Ser 4ad19de7ce Fix build error due to decl after case
Fixes the following error:

    ../main.c:267:4: error: expected expression
                            char *end = NULL;
                            ^
2023-01-28 23:16:19 +01:00
include Fix return value after input event 2023-01-11 14:41:51 +01:00
protocol Initial commit 2023-01-11 11:05:53 +01:00
.editorconfig Initial commit 2023-01-11 11:05:53 +01:00
.gitignore Initial commit 2023-01-11 11:05:53 +01:00
LICENSE Initial commit 2023-01-11 11:05:53 +01:00
main.c Fix build error due to decl after case 2023-01-28 23:16:19 +01:00
meson.build Initial commit 2023-01-11 11:05:53 +01:00
README.md readme: add links to ML and IRC channel 2023-01-11 11:09:30 +01:00

chayang

Gradually dim the screen.

Can be used to implement a grace period before locking the session.

Usage

chayang && swaylock

Building

meson setup build/
ninja -C build/

Contributing

Send patches on the mailing list. Discuss in #emersion on Libera Chat.

License

MIT