From 2d56b7785318eeae27ee7761e832e534199a40e6 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Wed, 13 Feb 2019 02:11:23 +0000 Subject: [PATCH] Update man page to reflect changes in command line flags Fixes #112 Signed-off-by: Yuxuan Shui --- man/compton.1.asciidoc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/man/compton.1.asciidoc b/man/compton.1.asciidoc index 10a8755..dc9d673 100644 --- a/man/compton.1.asciidoc +++ b/man/compton.1.asciidoc @@ -50,7 +50,7 @@ OPTIONS Enabled client-side shadows on windows. Note desktop windows (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow, unless explicitly requested using the wintypes option. *-C*, *--no-dock-shadow*:: - Avoid drawing shadows on dock/panel windows. + Avoid drawing shadows on dock/panel windows. This option is deprecated, you should use the *wintypes* option in your config file instead. *-f*, *--fading*:: Fade windows in/out when opening/closing and when opacity changes, unless *--no-fading-openclose* is used. @@ -65,7 +65,7 @@ OPTIONS Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) *-G*, *--no-dnd-shadow*:: - Don't draw shadows on drag-and-drop windows. + Don't draw shadows on drag-and-drop windows. This option is deprecated, you should use the *wintypes* option in your config file instead. *-b*, *--daemon*:: Daemonize process. Fork to background after initialization. Causes issues with certain (badly-written) drivers. @@ -144,9 +144,6 @@ OPTIONS *--vsync-aggressive*:: Attempt to send painting request before VBlank and do XFlush() during VBlank. Reported to work pretty terribly. This switch may be lifted out at any moment. -*--paint-on-overlay*:: - Painting on X Composite overlay window instead of on root window. - *--sw-opti*:: Limit compton to repaint at most once every 1 / 'refresh_rate' second to boost performance. This should not be used with *--vsync* drm/opengl/opengl-oml as they essentially does *--sw-opti*'s job already, unless you wish to specify a lower refresh rate than the actual value.