Skip to content

Commit

Permalink
Update man page to reflect changes in command line flags
Browse files Browse the repository at this point in the history
Fixes yshui#112

Signed-off-by: Yuxuan Shui <[email protected]>
  • Loading branch information
yshui committed Feb 13, 2019
1 parent 60aa36b commit 2d56b77
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions man/compton.1.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 2d56b77

Please sign in to comment.