From 4208ba0e0fe8ed7a23846686c905b4210e39368e Mon Sep 17 00:00:00 2001 From: Cavernosa <42952107+Cavernosa@users.noreply.github.com> Date: Wed, 8 Jun 2022 04:02:31 +0000 Subject: [PATCH] Organized config.ini Grouped related things together and changed some comments --- res/config.ini | 126 +++++++++++++++++++++++++------------------------ 1 file changed, 65 insertions(+), 61 deletions(-) diff --git a/res/config.ini b/res/config.ini index 2e9e6e8..9d96840 100644 --- a/res/config.ini +++ b/res/config.ini @@ -1,113 +1,117 @@ -# animation enabled +# Animation enabled/disabled #animate = false -#animate = true -# the active animation +# The active animation # 0 -> PSX DOOM fire (default) # 1 -> CMatrix #animation = 0 -# the char used to mask the password -#asterisk = * -#asterisk = o - -# background color id -#bg = 0 -# blank main box -#blank_box = true +# The character used to mask the password +#asterisk = * -# erase password input on failure +# Erase password input on failure #blank_password = false -#blank_password = true -# console path -#console_dev = /dev/console -# input active by default on startup -#default_input = 2 +# Background color id +#bg = 0 -# foreground color id +# Foreground color id #fg = 9 -# remove main box borders -#hide_borders = false -#hide_borders = true - -# remove f1 commands -#hide_f1_commands = false -#hide_f1_commands = true - -# number of visible chars on an input -#input_len = 34 - -# active language -#lang = en -#lang = fr +# Blank main box background +# Setting to false will make it transparent +#blank_box = true -# load the saved desktop and login -#load = true +# Remove main box borders +#hide_borders = false -# main box margins +# Main box margins #margin_box_h = 2 #margin_box_v = 1 -# total input sizes +# Input boxes length +#input_len = 34 + +# Max input sizes #max_desktop_len = 100 #max_login_len = 255 #max_password_len = 255 -# cookie generator -#mcookie_cmd = /usr/bin/mcookie -# event timeout in milliseconds -#min_refresh_delta = 5 - -# default path -#path = /sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin +# Input box active by default on startup +#default_input = 2 -# command executed when pressing F2 -#restart_cmd = /sbin/shutdown -r now +# Load the saved desktop and username +#load = true -# save the current desktop and login as defaults +# Save the current desktop and login as defaults #save = true -# file in which to save and load the default desktop and login +# File in which to save and load the default desktop and login #save_file = /etc/ly/save -# service name (set to ly to use the provided pam config file) -#service_name = ly -# command executed when pressing F1 +# Remove F1/F2 command hints +#hide_f1_commands = false + +# Command executed when pressing F1 #shutdown_cmd = /sbin/shutdown -a now -# terminal reset command (tput is faster) -#term_reset_cmd = /usr/bin/tput reset +# Command executed when pressing F2 +#restart_cmd = /sbin/shutdown -r now + + +# Active language +# Available languages are found in /etc/ly/lang/ +#lang = en + # tty in use #tty = 2 -# wayland setup command +# 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 #wayland_cmd = /etc/ly/wsetup.sh -# add wayland specifier to session names +# Add wayland specifier to session names #wayland_specifier = false -#wayland_specifier = true -# wayland desktop environments +# Wayland desktop environments #waylandsessions = /usr/share/wayland-sessions -# xorg server command -#x_cmd = /usr/bin/X # xinitrc #xinitrc = ~/.xinitrc -# xorg setup command +# Xorg server command +#x_cmd = /usr/bin/X + +# Xorg setup command #x_cmd_setup = /etc/ly/xsetup.sh -# xorg xauthority edition tool +# Xorg xauthority edition tool #xauth_cmd = /usr/bin/xauth -# xorg desktop environments +# Xorg desktop environments #xsessions = /usr/share/xsessions