add basic first time installation
This commit is contained in:
@@ -0,0 +1,79 @@
|
||||
# TTY, where emptty will start.
|
||||
TTY_NUMBER=7
|
||||
|
||||
# Enables switching to defined TTY number.
|
||||
SWITCH_TTY=true
|
||||
|
||||
# Enables printing of /etc/issue in daemon mode.
|
||||
PRINT_ISSUE=false
|
||||
|
||||
# Enables printing of default motd, /etc/emptty/motd or /etc/emptty/motd-gen.sh.
|
||||
PRINT_MOTD=true
|
||||
|
||||
# Preselected user, if AUTOLOGIN is enabled, this user is logged in.
|
||||
#DEFAULT_USER=user
|
||||
|
||||
# Enables Autologin, if DEFAULT_USER is defined and part of nopasswdlogin group. Possible values are "true" or "false".
|
||||
AUTOLOGIN=false
|
||||
|
||||
# The default session used, if Autologin is enabled. If session is not found in list of session, it proceeds to manual selection.
|
||||
# AUTOLOGIN_SESSION=i3
|
||||
|
||||
# If Autologin is enabled and session does not start correctly, the number of retries in short period is kept to eventually stop the infinite loop of restarts. -1 is for infinite retries, 0 is for no retry.
|
||||
# AUTOLOGIN_MAX_RETRY=2
|
||||
|
||||
AUTO_SELECTION=true
|
||||
|
||||
# Default LANG, if user does not have set own in init script.
|
||||
#LANG=en_US.UTF-8
|
||||
|
||||
# Starts desktop with calling "dbus-launch".
|
||||
DBUS_LAUNCH=true
|
||||
|
||||
# Starts Xorg desktop with calling "~/.xinitrc" script, if is true, file exists and selected WM/DE is Xorg session, it overrides DBUS_LAUNCH.
|
||||
XINITRC_LAUNCH=false
|
||||
|
||||
# Prints available WM/DE each on new line instead of printing on single line.
|
||||
VERTICAL_SELECTION=false
|
||||
|
||||
# Defines the way, how is logging handled. Possible values are "rotate", "appending" or "disabled".
|
||||
#LOGGING=rotate
|
||||
|
||||
# Overrides path of log file
|
||||
#LOGGING_FILE=/var/log/emptty/[TTY_NUMBER].log
|
||||
|
||||
# Arguments passed to Xorg server.
|
||||
#XORG_ARGS=
|
||||
|
||||
# Allows to use dynamic motd script to generate custom MOTD.
|
||||
#DYNAMIC_MOTD=false
|
||||
|
||||
# Allows to override default path to dynamic motd.
|
||||
#DYNAMIC_MOTD_PATH=/etc/emptty/motd-gen.sh
|
||||
|
||||
# Allows to override default path to static motd.
|
||||
#MOTD_PATH=/etc/emptty/motd
|
||||
|
||||
# Foreground color, available only in daemon mode.
|
||||
#FG_COLOR=LIGHT_BLACK
|
||||
|
||||
# Background color, available only in daemon mode.
|
||||
#BG_COLOR=BLACK
|
||||
|
||||
# Enables numlock in daemon mode. Possible values are "true" or "false".
|
||||
#ENABLE_NUMLOCK=false
|
||||
|
||||
# Defines the way, how is logging of session errors handled. Possible values are "rotate", "appending" or "disabled".
|
||||
#SESSION_ERROR_LOGGING=disabled
|
||||
|
||||
# Overrides path of session errors log file
|
||||
#SESSION_ERROR_LOGGING_FILE=/var/log/emptty/session-errors.[TTY_NUMBER].log
|
||||
|
||||
# If set true, it will not use `.emptty-xauth` file, but the standard `~/.Xauthority` file. This allows to handle xauth issues.
|
||||
#DEFAULT_XAUTHORITY=false
|
||||
|
||||
#If set true, Xorg will be started as rootless, if system allows and emptty is running in daemon mode.
|
||||
#ROOTLESS_XORG=false
|
||||
|
||||
#If set true, environmental groups are printed to differ Xorg/Wayland/Custom/UserCustom desktops.
|
||||
IDENTIFY_ENVS=false
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
██████╗ ███████╗███████╗ ██████╗ ██╗ █████╗ ████████╗███████╗
|
||||
██╔══██╗██╔════╝██╔════╝██╔═══██╗██║ ██╔══██╗╚══██╔══╝██╔════╝
|
||||
██║ ██║█████╗ ███████╗██║ ██║██║ ███████║ ██║ █████╗
|
||||
██║ ██║██╔══╝ ╚════██║██║ ██║██║ ██╔══██║ ██║ ██╔══╝
|
||||
██████╔╝███████╗███████║╚██████╔╝███████╗██║ ██║ ██║ ███████╗
|
||||
╚═════╝ ╚══════╝╚══════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚══════╝
|
||||
Reference in New Issue
Block a user