-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,10 +66,26 @@ tuigreet - A graphical console greeter for greetd | |
*--prompt-padding ROWS* | ||
Add spacing between form fields. | ||
|
||
*--power-shutdown CMD [ARGS]...* | ||
Customize the command run when instructed to shut down the machine. This must | ||
be a non-interactive command (sudo cannot prompt for a password, for example). | ||
|
||
*--power-reboot CMD [ARGS]...* | ||
Customize the command run when instructed to reboot the machine. This must be | ||
a non-interactive command (sudo cannot prompt for a password, for example). | ||
|
||
*--power-no-setsid* | ||
Do not prefix power commands with *setsid*, which is used to detach it from | ||
current TTY. | ||
|
||
|
||
# AUTHORS | ||
|
||
Maintained by Antoine POPINEAU <[email protected]>. | ||
|
||
Contributed to by great people at | ||
https://github.com/apognu/tuigreet/graphs/contributors. | ||
|
||
# DEVELOPMENT | ||
|
||
Issue reporting and development discussion should happen at | ||
|