Merge pull request #759 from gijsbers/fix_obsolete_examples_in_manpage

Fix 2 examples in manpage which had obsolete options.
This commit is contained in:
yshui
2022-01-19 17:54:25 +00:00
committed by GitHub

View File

@@ -448,16 +448,16 @@ EXAMPLES
$ 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:
+
------------
$ 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: