Skip to content

Commit

Permalink
docs: fix Selection=auto value docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk authored and tvrzna committed Feb 28, 2024
1 parent 3c482b9 commit 0ea3996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ See [samples](SAMPLES.md#emptty-as-config)

`Lang` Defines locale for logged user, has higher priority than LANG from global configuration

`Selection` Requires selection of desktop, basically turns `emptty` file into `.xinitrc` for Xorg and Wayland. In this case `Exec` is skipped. Possible values are "false" for never using selection, "true" for always showing selection or "always" for showing selection or first option autoselect, if there is no other desktop. Defauls value is false.
`Selection` Requires selection of desktop, basically turns `emptty` file into `.xinitrc` for Xorg and Wayland. In this case `Exec` is skipped. Possible values are "false" for never using selection, "true" for always showing selection or "auto" for showing selection or first option autoselect, if there is no other desktop. Defauls value is false.

`LoginShell` Defines custom shell to be used to start the session. This allows to start the session with non-interactive shell e.g. `/bin/bash --login`

Expand Down
2 changes: 1 addition & 1 deletion res/emptty.1
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ file into
.I .xinitrc
for Xorg and Wayland. In this case
.I Exec
is skipped. Possible values are "false" for never using selection, "true" for always showing selection or "always" for showing selection or first option autoselect, if there is no other desktop. Default value is false.
is skipped. Possible values are "false" for never using selection, "true" for always showing selection or "auto" for showing selection or first option autoselect, if there is no other desktop. Default value is false.
.IP LoginShell
Defines custom shell to be used to start the session. This allows starting the session with non-interactive shell e.g. "/bin/bash --login"
.IP DesktopNames
Expand Down

0 comments on commit 0ea3996

Please sign in to comment.