diff --git a/changelog.md b/changelog.md index 2a1be49..b7abd61 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/res/config.ini b/res/config.ini index 6c92966..68a39bb 100644 --- a/res/config.ini +++ b/res/config.ini @@ -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