Skip to content

Commit

Permalink
Refs #73, corrected values in manual/readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrzna committed Aug 12, 2022
1 parent b1936cf commit dc5aa6c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ __NOTE:__ to enable autologin DEFAULT_USER must be in group nopasswdlogin, other

`LANG` defines locale for all users. Default value is "en_US.UTF-8"

`DBUS_LAUNCH` Starts "dbus-launch" before desktop command. After end of session "dbus-daemon" is interrupted. Default value is true. If `.emptty` is handled as script, this config is overriden to false.
`DBUS_LAUNCH` Starts "dbus-launch" before desktop command. After end of session "dbus-daemon" is interrupted. Default value is true. If `.emptty` is handled as script (does not contain `Exec` option), this config is overriden to false.

`ALWAYS_DBUS_LAUNCH` Starts "dbus-launch" before desktop command in any case. After end of session "dbus-daemon" is interrupted. Default value is false.
`ALWAYS_DBUS_LAUNCH` Starts "dbus-launch" before desktop command in any case, `DBUS_LAUNCH` value is ignored. It also starts even if `XINITRC_LAUNCH` is set to `true`. After end of session "dbus-daemon" is interrupted. Default value is false.

`XINITRC_LAUNCH` Starts Xorg desktop with calling "\~/.xinitrc" script, if is true, file exists and selected WM/DE is Xorg session, it overrides DBUS_LAUNCH. If `.emptty` is handled as script, this config is overriden to false.
`XINITRC_LAUNCH` Starts Xorg desktop with calling "\~/.xinitrc" script with session exec as argument, if is true, file exists and selected WM/DE is Xorg session, it overrides DBUS_LAUNCH. If `.emptty` is handled as script (does not contain `Exec` option), this config is overriden to false.

`VERTICAL_SELECTION` Prints available WM/DE each on new line instead of printing on single line.

Expand Down Expand Up @@ -115,7 +115,7 @@ See [samples](SAMPLES.md#emptty-as-config)

`Name` Optional name to be used as Session Name.

`Exec` Defines command to start Desktop Environment/Window Manager. This value does not need to be defined, if .emptty file is presented as shell script (with shebang at the start and execution permissions).
`Exec` Defines command to start Desktop Environment/Window Manager. It could contain multiple arguments same as in \*.desktop files. This value does not need to be defined, if .emptty file is presented as shell script (with shebang at the start and execution permissions).

`Environment` Selects, which environment should be defined for following command. Possible values are "xorg" and "wayland", "xorg" is default.

Expand Down
19 changes: 14 additions & 5 deletions res/emptty.1
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,24 @@ defines locale for all users. Default value is "en_US.UTF-8"
.IP DBUS_LAUNCH
Starts "dbus-launch" before desktop command. After end of session "dbus-daemon" is interrupted. Default value is true. If
.I .emptty
is handled as script, this config is overriden to false.
is handled as script (does not contain
.I Exec
option), this config is overriden to false.
.IP ALWAYS_DBUS_LAUNCH
Starts "dbus-launch" before desktop command in any case. After end of session "dbus-daemon" is interrupted. Default value is false.
Starts "dbus-launch" before desktop command in any case,
.I DBUS_LAUNCH
value is ignored. It also starts even if
.I
XINITRC_LAUNCH
is set to `true`. After end of session "dbus-daemon" is interrupted. Default value is false.
.IP XINITRC_LAUNCH
Starts Xorg desktop with calling
.I ~/.xinitrc
script, if is true, file exists and selected WM/DE is Xorg session, it overrides DBUS_LAUNCH. If
script with session exec as argument, if is true, file exists and selected WM/DE is Xorg session, it overrides DBUS_LAUNCH. If
.I .emptty
is handled as script, this config is overriden to false.
is handled as script (does not contain
.I Exec
option), this config is overriden to false.
.IP VERTICAL_SELECTION
Prints available WM/DE each on new line instead of printing on single line.
.IP LOGGING
Expand Down Expand Up @@ -202,7 +211,7 @@ Optional folders for custom sessions, that could be available system-wide (in ca
.IP Name
Defines name of Desktop Environment/Window Manager.
.IP Exec
Defines command to start Desktop Environment/Window Manager.
Defines command to start Desktop Environment/Window Manager. It could contain multiple arguments same as in *.desktop files.
.IP Environment
Selects, which environment should be defined for following command. Possible values are "xorg" and "wayland", "xorg" is default.

Expand Down

0 comments on commit dc5aa6c

Please sign in to comment.