diff options
author | Jay Lanagan <j@lngn.net> | 2024-01-05 08:13:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 08:08:39 +0700 |
commit | 623e72db74658281750b83d652ab3512ac25d838 (patch) | |
tree | 81c9d40da0996dd45a270c29acf96fe62e376397 /desktop/nwg-hello/README | |
parent | 189d9180386b72a27518b63c218cc8399fa4bcd2 (diff) |
desktop/nwg-hello: Added (GTK3-based greeter).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/nwg-hello/README')
-rw-r--r-- | desktop/nwg-hello/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/nwg-hello/README b/desktop/nwg-hello/README new file mode 100644 index 0000000000000..0002ff6f17ea7 --- /dev/null +++ b/desktop/nwg-hello/README @@ -0,0 +1,11 @@ +nwg-hello (GTK3-based greeter for greetd) + + - Multi-monitor support with gtk-layer-shell, + - multi-language support, + - background & style customization with css, + - automatic selection of the last used session and user, + - support for setting environment variables. + +To enable nwg-hello you must setup 'greetd' to load on boot. Then copy +'/etc/greetd/config.toml' to '/etc/greetd/greetd.conf' and change the +'command' entry to be 'sway -c /etc/nwg-hello/sway-config' |