From 7b11c27570c334761aedf48216b90d30c7e53f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 11 Oct 2020 19:04:21 +0200 Subject: [PATCH] =?UTF-8?q?changelog:=20move=20=E2=80=98csd.preferred=3Dno?= =?UTF-8?q?ne=E2=80=99=20from=20=E2=80=98changed=E2=80=99=20to=20=E2=80=98?= =?UTF-8?q?added=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f7765bb..c616bd9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,9 @@ (https://codeberg.org/dnkl/foot/issues/157). * **word-delimiters** option to `foot.ini` (https://codeberg.org/dnkl/foot/issues/156). +* **csd.preferred** can now be set to `none` to disable window + decorations. Note that some compositors will render SSDs despite + this option being used (https://codeberg.org/dnkl/foot/issues/163). ### Changed @@ -41,9 +44,6 @@ from `1.0` to `3.0`. * `shift`+`insert` now pastes from the primary selection by default. This is in addition to middle-clicking with the mouse. -* **csd.preferred** can now be set to `none` to disable window - decorations. Note that some compositors will render SSDs despite - this option being used (https://codeberg.org/dnkl/foot/issues/163). ### Deprecated