]> git.mdlowis.com Git - proto/labwc.git/commit
Add optional headless fallback output
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Thu, 7 Mar 2024 01:11:46 +0000 (02:11 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 8 Mar 2024 12:54:13 +0000 (13:54 +0100)
commit60aab98e8d6451be335f95776258479cc4effdeb
tree0a38a5bd800fc2131e1c8a852082cbf91680bdd3
parente00f7cd6db3445304027828b549aa0f873a03bcf
Add optional headless fallback output

This allows configuring a headless fallback output that
is automatically created whenever there is no other output
around. It is destroyed when a new output is discovered.

It can be enabled by setting the environment variable
LABWC_FALLBACK_OUTPUT to the desired output name.

The feature benefits applications like wayvnc the most
as there is always an output available to connect to.

Co-Authored-By: Simon Long <simon@raspberrypi.com>
docs/environment
include/output-virtual.h
src/output-virtual.c
src/output.c
src/server.c