Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual page fix: Include GotoDesk screen RANDRNAME. #1110

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions doc/fvwm3_manpage_source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7383,7 +7383,7 @@ endif::[]

=== Controlling the Virtual Desktop

*Desk* _arg1_ [_arg2_] [_min_ _max_]::
*Desk* [screen _RANDRNAME_] _arg1_ [_arg2_] [_min_ _max_]::
This command has been renamed. Please see *GotoDesk* command.

*DesktopName* _desk_ _name_::
Expand Down Expand Up @@ -7559,8 +7559,11 @@ treated as clicks on the root window.
equal to _max_ or if _max_ is null. Note that negative desktops are
not supported by the ewmh specification. The default is 4 0.

*GotoDesk* [prev | _arg1_ [_arg2_] [_min_ _max_]]::
*GotoDesk* [screen _RANDRNAME_] [prev | _arg1_ [_arg2_] [_min_ _max_]]::
Switches the current viewport to another desktop (workspace, room).
The current monitor is used in _per-monitor_ and _shared_
_DesktopConfiguration_, unless the literal _screen_ followed
by a valid RandR monitor name is included.
+
The command takes 1, 2, 3, or 4 arguments. A single argument is
interpreted as a relative desk number. Two arguments are understood as
Expand Down
Loading