Skip to content

Commit

Permalink
Refs #118, fixed links in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrzna committed Jul 24, 2024
1 parent 0ab55fd commit 2abb75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Enables funtionality of saving last successfully logged in user for next login.
If set to "true" and only one desktop is available, it automatically select that desktop. Possible values are "true" or "false". Default value is false.

`ALLOW_COMMANDS`
If set to "true" and no default user is selected, it allows to enter commands into login input. Possible values are "true" or "false", Default value is true.
If set to "true" and no default user is selected, it allows to enter [commands](#commands) into login input. Possible values are "true" or "false", Default value is true.

`CMD_POWEROFF`
Command to be used to perform poweroff. Default value is "poweroff".
Expand All @@ -124,7 +124,7 @@ Command to be used to perform poweroff. Default value is "poweroff".
Command to be used to perform reboot. Default value is "reboot".

#### Commands
If commands are allowed and default user is not defined, there could be used commands in login input. All of these [commands](#commands) need to start with colon `:`. Escape characters are ignored to prevent issues with muscle memory from VI.
If commands are allowed and default user is not defined, there could be used commands in login input. All of these commands need to start with colon `:`. Escape characters are ignored to prevent issues with muscle memory from VI.
- `:help`, `:?` prints available commands
- `:poweroff`, `:shutdown` processess poweroff command
- `:reboot` processes reboot command
Expand Down

0 comments on commit 2abb75b

Please sign in to comment.