From 8249b9c7ead514f3ac2fe03b341b8ec6c224a18f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 4 Dec 2020 22:08:05 +0100 Subject: [PATCH] changelog: fallback to non-primary monitor --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e52300..39a557e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ * mpd: fix compilation with clang (https://codeberg.org/dnkl/yambar/issues/16). * Crash when the alpha component in a color value was 0. +* XCB: Fallback to non-primary monitor when the primary monitor is + disconnected (https://codeberg.org/dnkl/yambar/issues/20) ### Security