From 88dc5c182fe9f02d332d9b4257be1e3c68049f23 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 29 Jul 2021 11:24:41 +0000 Subject: [PATCH] Update Anvil logind documentation The logind feature is enabled by default. It doesn't need to be manually enabled. ConsoleKit support is no longer planned. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index d4665df..d82b1cc 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,4 @@ The currently available backends are: inside of an other X11 or Wayland session. - `--tty-udev`: start anvil in a tty with udev support. This is the "traditional" launch of a Wayland compositor. Note that this requires you to start anvil as root if your system does not have logind - available ([consolekit support is planned](https://github.com/Smithay/smithay/issues/95)). To use logind, - you need to activate the associated cargo feature: - - ``` - cargo run --features logind -- --tty-udev - ``` + available.