Merge pull request #292 from asparagii/next
Escape percentages in help strings
This commit is contained in:
commit
6d60e1774b
|
@ -251,7 +251,7 @@ static void usage(const char *argv0, int ret) {
|
|||
"--opacity-rule opacity:condition\n"
|
||||
" Specify a list of opacity rules, in the format \"PERCENT:PATTERN\",\n"
|
||||
" like \'50:name *= \"Firefox\"'. picom-trans is recommended over\n"
|
||||
" this. Note we do not distinguish 100% and unset, and we don't make\n"
|
||||
" this. Note we do not distinguish 100%% and unset, and we don't make\n"
|
||||
" any guarantee about possible conflicts with other programs that set\n"
|
||||
" _NET_WM_WINDOW_OPACITY on frame or client windows.\n"
|
||||
"\n"
|
||||
|
@ -274,7 +274,7 @@ static void usage(const char *argv0, int ret) {
|
|||
"\n\n"
|
||||
"--glx-no-stencil\n"
|
||||
" GLX backend: Avoid using stencil buffer. Might cause issues\n"
|
||||
" when rendering transparent content. My tests show a 15% performance\n"
|
||||
" when rendering transparent content. My tests show a 15%% performance\n"
|
||||
" boost.\n"
|
||||
"\n"
|
||||
"--glx-no-rebind-pixmap\n"
|
||||
|
|
Loading…
Reference in New Issue