mirror of
https://github.com/yshui/picom.git
synced 2025-07-31 22:01:56 -04:00
Remove documentation, usage messages and examples about sw-opti
It have been deprecated. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
24f0241907
commit
5ebac238e2
3 changed files with 2 additions and 16 deletions
|
@ -136,9 +136,6 @@ OPTIONS
|
||||||
*--vsync*, *--no-vsync*::
|
*--vsync*, *--no-vsync*::
|
||||||
Enable/disable VSync.
|
Enable/disable VSync.
|
||||||
|
|
||||||
*--sw-opti*::
|
|
||||||
Limit picom 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.
|
|
||||||
|
|
||||||
*--use-ewmh-active-win*::
|
*--use-ewmh-active-win*::
|
||||||
Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window, rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy, provided that the WM supports it.
|
Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window, rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy, provided that the WM supports it.
|
||||||
|
|
||||||
|
@ -440,10 +437,10 @@ $ picom --config /dev/null
|
||||||
$ picom -cCGf
|
$ picom -cCGf
|
||||||
------------
|
------------
|
||||||
|
|
||||||
* Same thing as above, plus making inactive windows 80% transparent, making frame 80% transparent, don't fade on window open/close, enable software optimization, 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 --sw-opti
|
$ picom -bcCGf -i 0.8 -e 0.8 --no-fading-openclose
|
||||||
------------
|
------------
|
||||||
|
|
||||||
* Draw white shadows:
|
* Draw white shadows:
|
||||||
|
|
|
@ -247,14 +247,6 @@ detect-client-opacity = true;
|
||||||
# refresh-rate = 60
|
# refresh-rate = 60
|
||||||
refresh-rate = 0
|
refresh-rate = 0
|
||||||
|
|
||||||
# Limit picom 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.
|
|
||||||
#
|
|
||||||
# sw-opti =
|
|
||||||
|
|
||||||
# Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window,
|
# Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window,
|
||||||
# rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy,
|
# rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy,
|
||||||
# provided that the WM supports it.
|
# provided that the WM supports it.
|
||||||
|
|
|
@ -163,9 +163,6 @@ static void usage(const char *argv0, int ret) {
|
||||||
"--paint-on-overlay\n"
|
"--paint-on-overlay\n"
|
||||||
" Painting on X Composite overlay window.\n"
|
" Painting on X Composite overlay window.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"--sw-opti\n"
|
|
||||||
" Limit repaint to at most once every 1 / refresh_rate second.\n"
|
|
||||||
"\n"
|
|
||||||
"--use-ewmh-active-win\n"
|
"--use-ewmh-active-win\n"
|
||||||
" Use _NET_WM_ACTIVE_WINDOW on the root window to determine which\n"
|
" Use _NET_WM_ACTIVE_WINDOW on the root window to determine which\n"
|
||||||
" window is focused instead of using FocusIn/Out events.\n"
|
" window is focused instead of using FocusIn/Out events.\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue