Skip to content

Commit

Permalink
man: Add missing command line options
Browse files Browse the repository at this point in the history
  • Loading branch information
any1 committed Nov 10, 2024
1 parent 6278fba commit 6e4e618
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions wayvnc.scd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ wayvnc - A VNC server for wlroots based Wayland compositors.
Disable all remote input. This allows using wayvnc without compositor
support of virtual mouse / keyboard protocols.

*-D, --detached*
Start detached from a compositor. Run *wayvncctl attach* to attach to

This comment has been minimized.

Copy link
@Anachron

Anachron Nov 10, 2024

Should probably remove the duplicated to attach. 👍

This comment has been minimized.

Copy link
@any1

any1 Nov 10, 2024

Author Owner

Fixed, thanks!

attach to a compositor.

*-f, --max-fps=<fps>*
Set the rate limit (default 30).

Expand All @@ -42,9 +46,15 @@ wayvnc - A VNC server for wlroots based Wayland compositors.
*-r, --render-cursor*
Enable overlay cursor rendering.

*-R, --disable-resizing*
Disable automatic desktop resizing.

*-s, --seat=<name>*
Select seat by name.

*-t, --transient-seat*
Create a transient seat for each client session.

*-S, --socket=<path>*
Set wayvnc control socket path. Default: $XDG_RUNTIME_DIR/wayvncctl
or /tmp/wayvncctl-$UID
Expand All @@ -62,10 +72,10 @@ wayvnc - A VNC server for wlroots based Wayland compositors.
*-w, --websocket*
Create a websocket.

*-x, --external-listener-fd=<fd>*
Have the VNC server listen on an already bound socket at this file
descriptor which should be inherited from wayvnc's parent process.
This is incompatible with all other server socket-related options.
*-x, --external-listener-fd*
Have the VNC server listen on an already bound socket. The address
argument becomes a file descriptor which should be inherited from
wayvnc's parent process.

# DESCRIPTION

Expand Down

0 comments on commit 6e4e618

Please sign in to comment.