mirror of https://github.com/fairyglade/ly.git
update changelog and res/config
This commit is contained in:
parent
4122dfac16
commit
c502754880
|
@ -10,6 +10,9 @@ res/config.ini contains all of the available config options and their default va
|
|||
+ `term_restore_cursor_cmd` should restore the cursor to it's usual state.
|
||||
+ `vi_mode` to enable vi keybindings.
|
||||
+ `sleep_key` and `sleep_cmd`.
|
||||
+ `numlock` to set numlock on startup.
|
||||
+ `initial_info_text` allows changing the initial text on the info line.
|
||||
+ `box_title` to display a title at the top of the main box
|
||||
|
||||
Note: `sleep_cmd` is unset by default, meaning it's hidden and has no effect.
|
||||
|
||||
|
@ -45,3 +48,5 @@ session_index = 0
|
|||
+ Non .desktop files are now ignored in sessions directory.
|
||||
+ PAM auth is now done in a child process. (Fixes some issues with logging out and back in).
|
||||
+ When ly receives SIGTERM, the terminal is now cleared and existing child processes are cleaned up.
|
||||
+ Shift+Tab now focuses previous input.
|
||||
+ Display text in the info line when authenticating.
|
||||
|
|
|
@ -47,6 +47,12 @@ fg = 8
|
|||
# Border color
|
||||
border_fg = 8
|
||||
|
||||
# Title to show at the top of the main box
|
||||
box_title = null
|
||||
|
||||
# Initial text to show on the info line (Defaults to hostname)
|
||||
initial_info_text = null
|
||||
|
||||
# Blank main box background
|
||||
# Setting to false will make it transparent
|
||||
blank_box = true
|
||||
|
|
Loading…
Reference in New Issue