update changelog

This commit is contained in:
Kinzie 2024-03-26 20:11:27 +00:00
parent 2ffd051eee
commit ad87a96dec
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ res/config.ini contains all of the available config options and their default va
+ border\_fg has been introduced to change the color of the borders. + border\_fg has been introduced to change the color of the borders.
+ term\_restore\_cursor\_cmd should restore the cursor to it's usual state. + term\_restore\_cursor\_cmd should restore the cursor to it's usual state.
+ log\_path is used to store ly.log and ly.log.old for debugging purposes (pretty much nothing is logged currently). + log\_path is used to store ly.log and ly.log.old for debugging purposes (pretty much nothing is logged currently).
+ enable\_vi\_mode to enable vi keybindings. + vi\_mode to enable vi keybindings.
+ sleep\_key and sleep\_cmd. + sleep\_key and sleep\_cmd.
Note: sleep\_cmd is unset by default, meaning it's hidden and has no effect. Note: sleep\_cmd is unset by default, meaning it's hidden and has no effect.
@ -40,3 +40,4 @@ session_index = 0
+ XDG\_CURRENT\_DESKTOP is now set by ly. + XDG\_CURRENT\_DESKTOP is now set by ly.
+ LANG is no longer set by ly. + LANG is no longer set by ly.
+ X Server PID is fetched from /tmp/X{d}.lock to be able to kill the process since it detaches. + X Server PID is fetched from /tmp/X{d}.lock to be able to kill the process since it detaches.
+ Non .desktop files are now ignored in sessions directory.