From Leonardo Hernández Hernández to ~emersion/public-inbox
this allow control all outputs at the same time the most common use case is turn on/off all outputs Signed-off-by: Leonardo Hernández Hernández <leohdz172@protonmail.com> --- main.c | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/main.c b/main.c index 87f94af..a228066 100644 --- a/main.c +++ b/main.c @@ -623,7 +623,7 @@ static const char usage[] = "usage: wlr-randr [options…]\n" [message trimmed]
From Leonardo Hernández Hernández to ~raphi/public-inbox
Signed-off-by: Leonardo Hernández Hernández <leohdz172@protonmail.com> --- This time don't copy config.def.hpp on the ci .builds/archlinux.yml | 1 - .builds/freebsd.yml | 1 - meson.build | 8 ++++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 7c4f209..0067854 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -12,7 +12,6 @@ tasks: [message trimmed]
From Leonardo Hernández Hernández to ~raphi/public-inbox
Signed-off-by: Leonardo Hernández Hernández <leohdz172@protonmail.com> --- meson.build | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meson.build b/meson.build index 98516e9..71edecd 100644 --- a/meson.build +++ b/meson.build @@ -11,12 +11,20 @@ cairo_dep = dependency('cairo') pango_dep = dependency('pango') pangocairo_dep = dependency('pangocairo') config_hpp = custom_target('config.hpp',[message trimmed]
From Leonardo Hernandez to ~raphi/public-inbox
> Thanks, it's a good feature to have in the default build.
Happy to help.
Also, I just realized that we can reuse "statusFifoName" by setting it
if it is empty.
Should I submit another patch or do you wanna do it yourself? (I don't
speak English very well, so I hope it doesn't sound rude)