From 062b869342dac9bd9cfcc68016cdd4b2f8fe0357 Mon Sep 17 00:00:00 2001 From: Scott Moreau Date: Sat, 21 Feb 2026 11:33:18 -0700 Subject: [PATCH] panel: Add outputs option for per-output configuration This adds a new option named 'outputs' that is a comma separated list of output names on which a panel instance should be rendered. The default value is '*' wildcard, which means all outputs. --- metadata/panel.xml | 5 +++ src/panel/panel.cpp | 99 ++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 102 insertions(+), 2 deletions(-) diff --git a/metadata/panel.xml b/metadata/panel.xml index 6508a9db..0315f5cd 100644 --- a/metadata/panel.xml +++ b/metadata/panel.xml @@ -33,6 +33,11 @@ <_short>Autohide Duration 300 +