File: monado-ctl.1

package info (click to toggle)
monado 21.0.0~dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,972 kB
  • sloc: cpp: 75,052; ansic: 62,517; python: 862; java: 635; xml: 503; sh: 209; makefile: 54
file content (35 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.\" Copyright 2020, Collabora, Ltd.
.\" SPDX-License-Identifier: BSL-1.0
.\" Author: Ryan Pavlik
.Dd July 10, 2020
.Dt MONADO-CTL 1
.Sh NAME
.Nm monado-ctl
.Nd Monado service control utility
.Sh SYNOPSIS
.Nm
.Nm
.Op Fl p Ar clientnum
.Nm
.Op Fl f Ar clientnum
.Sh DESCRIPTION
.Nm
is a tool to control multiple applications on a system
that are accessing
.Xr monado-service 1
simultaneously.
If called with no arguments, a list of client applications is displayed.
.Pp
The arguments are as follows:
.Bl -tag -width -indent
.It Fl p Ar clientnum
Sets client number
.Pa clientnum
as the primary application.
.It Fl f Ar clientnum
Sets client number
.Pa clientnum
as focused.
.El
.Sh SEE ALSO
.Xr monado-service 1