Skip to content

Commit

Permalink
Various bug fixes and small features (#606)
Browse files Browse the repository at this point in the history
* Fix stray cursor, integer overflows and other bugs

* check for getenvlist error, shorten code

* fix cascade, set info_line before auth, make code clearer and a bug fix

* Add option to turn on numlock at startup

* Fix setting numlock

* Update build.zig

* Custom info text

* Shift+Tab for previous input

* update changelog and res/config

* Some fixes

* update build.zig

* update build.zig again

* Fix xauth command for some shells and fix building in ReleaseSafe

* Use git describe to get dev version str

* revert change to getLockState (it broke the doom animation)

* add new ly error messages. Only try to make path for pam/exe during install when dest_directory is defined + print warning on error.

* add warning message for workaround
  • Loading branch information
Kawaii-Ash committed Jul 2, 2024
1 parent 3d8d8d6 commit 291e0d8
Show file tree
Hide file tree
Showing 38 changed files with 3,898 additions and 4,066 deletions.
287 changes: 182 additions & 105 deletions build.zig

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
7 changes: 0 additions & 7 deletions dep/termbox_next/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions dep/termbox_next/license

This file was deleted.

57 changes: 0 additions & 57 deletions dep/termbox_next/readme.md

This file was deleted.

Loading

0 comments on commit 291e0d8

Please sign in to comment.