Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 627 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 627 Bytes

gtkgreet

GTK based greeter for greetd, to be run under cage or similar.

See the wiki for FAQ, guides for common configurations, and troubleshooting information.

screenshot

How to use

See the wiki.

How to build

meson build
ninja -C build

Layer-shell support will be enabled automatically if gtk-layer-shell development files are installed.

How to build without gtk-layer-shell

meson build -Dlayershell=disabled
ninja -C build