diff --git a/changelog.md b/changelog.md index c58ae46..7467971 100644 --- a/changelog.md +++ b/changelog.md @@ -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. + 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). -+ enable\_vi\_mode to enable vi keybindings. ++ vi\_mode to enable vi keybindings. + sleep\_key and sleep\_cmd. 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. + 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. ++ Non .desktop files are now ignored in sessions directory.