2022-06-08 04:02:31 +00:00
|
|
|
# Animation enabled/disabled
|
2019-06-10 14:05:54 +00:00
|
|
|
#animate = false
|
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# The active animation
|
2022-04-24 09:54:50 +00:00
|
|
|
# 0 -> PSX DOOM fire (default)
|
|
|
|
# 1 -> CMatrix
|
2019-06-10 14:05:54 +00:00
|
|
|
#animation = 0
|
|
|
|
|
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# The character used to mask the password
|
|
|
|
#asterisk = *
|
2019-06-10 14:05:54 +00:00
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Erase password input on failure
|
2020-02-03 16:49:06 +00:00
|
|
|
#blank_password = false
|
2019-06-10 14:05:54 +00:00
|
|
|
|
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Background color id
|
|
|
|
#bg = 0
|
2019-06-10 14:05:54 +00:00
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Foreground color id
|
2019-06-10 14:05:54 +00:00
|
|
|
#fg = 9
|
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Blank main box background
|
|
|
|
# Setting to false will make it transparent
|
|
|
|
#blank_box = true
|
2019-06-10 14:05:54 +00:00
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Remove main box borders
|
|
|
|
#hide_borders = false
|
2019-06-10 14:05:54 +00:00
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Main box margins
|
2019-06-10 14:05:54 +00:00
|
|
|
#margin_box_h = 2
|
|
|
|
#margin_box_v = 1
|
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Input boxes length
|
|
|
|
#input_len = 34
|
|
|
|
|
|
|
|
# Max input sizes
|
2019-06-10 14:05:54 +00:00
|
|
|
#max_desktop_len = 100
|
|
|
|
#max_login_len = 255
|
|
|
|
#max_password_len = 255
|
|
|
|
|
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Input box active by default on startup
|
|
|
|
#default_input = 2
|
2019-06-10 14:05:54 +00:00
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Load the saved desktop and username
|
|
|
|
#load = true
|
2019-06-10 14:05:54 +00:00
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Save the current desktop and login as defaults
|
2019-06-10 14:05:54 +00:00
|
|
|
#save = true
|
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# File in which to save and load the default desktop and login
|
2019-06-10 14:05:54 +00:00
|
|
|
#save_file = /etc/ly/save
|
|
|
|
|
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Remove F1/F2 command hints
|
|
|
|
#hide_f1_commands = false
|
|
|
|
|
|
|
|
# Command executed when pressing F1
|
2019-06-10 14:05:54 +00:00
|
|
|
#shutdown_cmd = /sbin/shutdown -a now
|
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Command executed when pressing F2
|
|
|
|
#restart_cmd = /sbin/shutdown -r now
|
|
|
|
|
|
|
|
|
|
|
|
# Active language
|
|
|
|
# Available languages are found in /etc/ly/lang/
|
|
|
|
#lang = en
|
|
|
|
|
2019-06-10 14:05:54 +00:00
|
|
|
|
|
|
|
# tty in use
|
|
|
|
#tty = 2
|
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Console path
|
|
|
|
#console_dev = /dev/console
|
|
|
|
|
|
|
|
# Default path
|
|
|
|
#path = /sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin
|
|
|
|
|
|
|
|
|
|
|
|
# Event timeout in milliseconds
|
|
|
|
#min_refresh_delta = 5
|
|
|
|
|
|
|
|
# Service name (set to ly to use the provided pam config file)
|
|
|
|
#service_name = ly
|
|
|
|
|
|
|
|
# Terminal reset command (tput is faster)
|
|
|
|
#term_reset_cmd = /usr/bin/tput reset
|
|
|
|
|
|
|
|
# Cookie generator
|
|
|
|
#mcookie_cmd = /usr/bin/mcookie
|
|
|
|
|
|
|
|
|
|
|
|
# Wayland setup command
|
2019-06-10 14:05:54 +00:00
|
|
|
#wayland_cmd = /etc/ly/wsetup.sh
|
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Add wayland specifier to session names
|
2020-02-03 06:20:47 +00:00
|
|
|
#wayland_specifier = false
|
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Wayland desktop environments
|
2019-06-10 14:05:54 +00:00
|
|
|
#waylandsessions = /usr/share/wayland-sessions
|
|
|
|
|
|
|
|
|
2022-06-03 02:13:19 +00:00
|
|
|
# xinitrc
|
|
|
|
#xinitrc = ~/.xinitrc
|
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Xorg server command
|
|
|
|
#x_cmd = /usr/bin/X
|
|
|
|
|
|
|
|
# Xorg setup command
|
2019-06-10 14:05:54 +00:00
|
|
|
#x_cmd_setup = /etc/ly/xsetup.sh
|
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Xorg xauthority edition tool
|
2019-06-10 14:05:54 +00:00
|
|
|
#xauth_cmd = /usr/bin/xauth
|
|
|
|
|
2022-06-08 04:02:31 +00:00
|
|
|
# Xorg desktop environments
|
2019-06-10 14:05:54 +00:00
|
|
|
#xsessions = /usr/share/xsessions
|