From ad87a96decc37309e154665bb24e3183ab0391be Mon Sep 17 00:00:00 2001 From: Kinzie Date: Tue, 26 Mar 2024 20:11:27 +0000 Subject: [PATCH] update changelog --- changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.