This repository has been archived by the owner on Mar 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathxprofilerc.5
87 lines (87 loc) · 2.24 KB
/
xprofilerc.5
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
.\" Man page generated from reStructuredText.
.
.TH XPROFILERC 5 "2015-05-17" "1.2.0" ""
.SH NAME
xprofilerc \- Configuration for xprofile, a xrandr profile manager
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-indent0]
\\n[rst2man-indent1]
\\n[rst2man-indent2]
..
.de1 INDENT
.\" .rstReportMargin pre:
. RS \\$1
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
. nr rst2man-indent-level +1
.\" .rstReportMargin post:
..
.de UNINDENT
. RE
.\" indent \\n[an-margin]
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" -*- rst -*-
.
.SH SYNOPSIS
.sp
\fBxprofilerc\fP
.SH DESCRIPTION
.sp
\fBxprofile\fP(1) uses a configation file to persist xrandr profiles. The
default location for this file is in the users \fI$HOME\fP directory at
\fI~/.xprofilerc\fP\&.
.sp
An xrandr profile should be defined like this:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
[study]
name = my study at home
edid = f1e5c600d38a9625f2b50df1b9aa7ba9
args = \-\-output LVDS1 \-\-off \-\-output HDMI2 \-\-right\-of LVDS1 \-\-primary \-\-output HDMI3 \-\-right\-of HDMI2
.ft P
.fi
.UNINDENT
.UNINDENT
.sp
In the example above the profile identifier is \fIstudy\fP\&. This identifier can be
used in subcommands of \fBxprofile\fP(1). The various profile configuration
options explained:
.INDENT 0.0
.TP
.B name
A more detailed name for this profile (not required)
.TP
.B edid
Every profile will be given a unique identifier. The unique identifier is
calculated by \fBxprofile\fP(1) using the EDID information of all connected
displays. The edid value in a profile section in \fI~/.xprofilerc\fP is a md5
hash of this EDID information. With this unique edid hash the \fIauto\fP
subcommand of \fBxprofile\fP(1) is able to automatically select the right
profile (required).
.TP
.B args
These are the options passed directly to \fBxrandr\fP(1) when a profile is
activated.
.UNINDENT
.SH SEE ALSO
.sp
\fBxprofile\fP(1), \fBxrandr\fP(1)
.SH AUTHOR
Nico Di Rocco <[email protected]>
.SH COPYRIGHT
GPLv3
.\" Generated by docutils manpage writer.
.