From 86cc7fd6a81a653c55069b58d6ad537fb3c3a989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 11 May 2019 11:38:36 +0200 Subject: [PATCH] test: full-conf: disable xkb/xwindow modules They aren't available in wayland-only builds --- test/full-conf-good.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/full-conf-good.yml b/test/full-conf-good.yml index 685f7fa..af09c1e 100644 --- a/test/full-conf-good.yml +++ b/test/full-conf-good.yml @@ -46,7 +46,7 @@ bar: right: - removables: content: {string: {text: "{label}"}} - - xkb: - content: {string: {text: "{name}"}} - - xwindow: - content: {string: {text: "{application}: {title}"}} + # - xkb: + # content: {string: {text: "{name}"}} + # - xwindow: + # content: {string: {text: "{application}: {title}"}}