Fix 2 examples in manpage which had obsolete options.

This commit is contained in:
Bert Gijsbers 2022-01-12 23:03:19 +01:00
parent 31e58712ec
commit 1e8fcd00a9
1 changed files with 3 additions and 3 deletions

View File

@ -448,16 +448,16 @@ EXAMPLES
$ picom --config /dev/null $ picom --config /dev/null
------------ ------------
* Run picom with client-side shadow and fading, disable shadow on dock windows and drag-and-drop windows: * Run picom with client-side shadow and fading:
+ +
------------ ------------
$ picom -cCGf $ picom -cf
------------ ------------
* Same thing as above, plus making inactive windows 80% transparent, making frame 80% transparent, don't fade on window open/close, and fork to background: * Same thing as above, plus making inactive windows 80% transparent, making frame 80% transparent, don't fade on window open/close, and fork to background:
+ +
------------ ------------
$ picom -bcCGf -i 0.8 -e 0.8 --no-fading-openclose $ picom -bcf -i 0.8 -e 0.8 --no-fading-openclose
------------ ------------
* Draw white shadows: * Draw white shadows: