summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-40/man1/icewm-menu-xrandr.1
blob: f6275a2f3d608c8997b0f1489f28345897513a14 (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
.\" -*- mode: troff; coding: utf-8 -*-
.\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.45)
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim text
.ft R
.fi
..
.\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.
.ie n \{\
.    ds C` ""
.    ds C' ""
'br\}
.el\{\
.    ds C`
.    ds C'
'br\}
.\"
.\" Escape single quotes in literal strings from groff's Unicode transform.
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\"
.\" If the F register is >0, we'll generate index entries on stderr for
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
.\" entries marked with X<> in POD.  Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
.\"
.\" Avoid warning from groff about undefined register 'F'.
.de IX
..
.nr rF 0
.if \n(.g .if rF .nr rF 1
.if (\n(rF:(\n(.g==0)) \{\
.    if \nF \{\
.        de IX
.        tm Index:\\$1\t\\n%\t"\\$2"
..
.        if !\nF==2 \{\
.            nr % 0
.            nr F 2
.        \}
.    \}
.\}
.rr rF
.\" ========================================================================
.\"
.IX Title "ICEWM-MENU-XRANDR 1"
.TH ICEWM-MENU-XRANDR 1 2024-03-07 "icewm\ 3.4.6" "User Commands"
.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SS NAME
.IX Subsection "NAME"
.Vb 1
\& icewm\-menu\-xrandr \- IceWM menu provider for multi\-monitor setup shortcuts
.Ve
.SS SYNOPSIS
.IX Subsection "SYNOPSIS"
\&\fBicewm-menu-xrandr\fR
.SS DESCRIPTION
.IX Subsection "DESCRIPTION"
\&\fBicewm-menu-xrandr\fR is a helper to manage multi-screen configurations
in a semi-automated way. It is a regular icewm menu generator that
detects the available xrandr screens (i.e. connected monitors) and
creates menu entries that call the xrandr command to setup this
configuration.
.PP
Optionally, the contents of the generated configurations can be accessed
on-the-fly through a "quick-switch" style menu which pops up upon
pressing Super-P key binding (or a manually configured key, see
\&\fBicewm\-keys\fR\|(5) for the configuration of \fBswitchkey\fR directive).
.PP
The tool does not examine the exact monitor resolutions, refresh rates
or screen orientation. For this matters it uses auto selected mode by
default. However, it is possible to replace the custom option selection
for each output using \fIxrandr\fR options in a custom configuration file
(see \fICONFIGURATION\fR below). Also tuning specific options like
\&\-\-brightness and \-\-gamma is possible there.
.PP
The displayed name of the monitors is constructed using the output name
and the monitor information from its EDID data. Either from its "Display
Name" field or from the "Unspecified ASCII text" fields (concatenated).
.SS OPTIONS
.IX Subsection "OPTIONS"
.IP \fB\-\-max\fR 4
.IX Item "--max"
Obsolete and ineffective option. Used to select the \fIxrandr\fR mode with the
highest detected refresh rate. However, the maximum rate might cause
problems, therefore the explicit configuration in the \fIINI file\fR should be
used now, see \fICONFIGURATION\fR.
.IP "\fB\-\-auto\-number [ init value ]\fR" 4
.IX Item "--auto-number [ init value ]"
Adding a auto-incremented numbered prefix to each display name,
optionally started at the specified value. This mostly useful for menu
creation.
.IP "\fB\-\-xrandr command\fR" 4
.IX Item "--xrandr command"
Replacement for \fIxrandr\fR command that should deliver equivalent data
and accept the same options as \fIxrandr\fR.
.IP "\fB\-\-activate combo-name\fR" 4
.IX Item "--activate combo-name"
A shortcut to run the activation command of the specified combo, just
like \fIIceWM\fR would run the commmand when selected from the menu or
quick-switch dialog. The \fIcombo-name\fR parameter needs to match the
displayed name exactly.
.SS CONFIGURATION
.IX Subsection "CONFIGURATION"
Optionally, a local configuration can specify command line options to
\&\fIxrandr\fR calls, and further commands to run after mode switching.
.PP
Refer to configuration examples (\fIxrandr_menu\fR) in \fIicewm\fR
documentation or its contrib folder for the syntax and rules of that
file. It can be placed into \fR\f(CI$HOME\fR\fI/.config/icewm\fR or into
\&\fI\fR\f(CI$HOME\fR\fI/.icewm\fR or wherever \fI\fR\f(CI$XDG_CONFIG_HOME\fR\fI/.config/icewm\fR might
resolve to.
.SS "SEE ALSO"
.IX Subsection "SEE ALSO"
\&\fBicewm\fR\|(1),
\&\fBxrandr\fR\|(1).
.SS BUGS
.IX Subsection "BUGS"
Please report bugs at <https://github.com/bbidulock/icewm/issues>.
.SS AUTHOR
.IX Subsection "AUTHOR"
Eduard Bloch <mailto:edi@gmx.de>.
.SS LICENSE
.IX Subsection "LICENSE"
\&\fBicewm-menu-xrandr\fR is licensed under the Simplified BSD License.
\&\fBIceWM\fR is licensed under the GNU Library General Public License.
See the \fICOPYING\fR file in the distribution.