From 955a4685f01b553bd571a40f4634b99456b044e9 Mon Sep 17 00:00:00 2001 From: elParaguayo Date: Mon, 21 Oct 2024 10:56:16 +0100 Subject: [PATCH] fixes and changelog --- CHANGELOG | 1 + test/widgets/test_widget_init_configure.py | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1607f30003..3cdcd87a54 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ Qtile x.xx.x, released xxxx-xx-xx: * features + - Add `SwayNC` widget to interact with Sway Notification Centre (wayland only) * bugfixes Qtile 0.29.0, released 2024-10-19: diff --git a/test/widgets/test_widget_init_configure.py b/test/widgets/test_widget_init_configure.py index aa7a1f9bde..56157f5629 100644 --- a/test/widgets/test_widget_init_configure.py +++ b/test/widgets/test_widget_init_configure.py @@ -61,9 +61,7 @@ no_test += [widgets.ImapWidget] # Requires a configured username # To test a widget only under one backend, list the widget class here -exclusive_backend = { - widgets.Systray: "x11", -} +exclusive_backend = {widgets.Systray: "x11", widgets.SwayNC: "wayland"} ################################################################################ # Do not edit below this line