From f1472350f0862eb4b43f982c5344d94da36dfcd9 Mon Sep 17 00:00:00 2001 From: columbarius Date: Sat, 1 May 2021 17:32:11 +0200 Subject: [PATCH] doc: remove quotes from samples inih doesn't strip them and sh will try to find the binary including the whitespaces --- contrib/config.sample | 2 +- xdg-desktop-portal-wlr.5.scd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/config.sample b/contrib/config.sample index 7ea8236..5ef017b 100644 --- a/contrib/config.sample +++ b/contrib/config.sample @@ -1,5 +1,5 @@ [screencast] output_name= max_fps=30 -chooser_cmd="slurp -f %o -or" +chooser_cmd=slurp -f %o -or chooser_type=simple diff --git a/xdg-desktop-portal-wlr.5.scd b/xdg-desktop-portal-wlr.5.scd index 8ba6787..3e1bf26 100644 --- a/xdg-desktop-portal-wlr.5.scd +++ b/xdg-desktop-portal-wlr.5.scd @@ -28,7 +28,7 @@ max_fps=30 exec_before=disable_notifications.sh exec_after=enable_notifications.sh chooser_type=simple -chooser_cmd="slurp -f %o -or" +chooser_cmd=slurp -f %o -or ``` # SCREENCAST OPTIONS