Gradually dim the screen. Packaged for debian
Find a file
Simon Ser 61ad53b046 Drop unnecessary NULL check in frame_callback_handle_done()
After wl_callback_destroy() is called, frame_callback_handle_done()
is guaranteed to never be called by libwayland: the done event will
be silently dropped instead.
2023-02-09 11:52:53 +01:00
include Fix wl_callback memory leak 2023-01-28 23:26:58 +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 Drop unnecessary NULL check in frame_callback_handle_done() 2023-02-09 11:52:53 +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