]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blob - debian/autorandr.1
clean up the autorandr manpage some more
[deb_pkgs/autorandr.git] / debian / autorandr.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
2 .TH AUTORANDR "1" "October 2017" "autorandr 1.2" "Automatically change screen layout"
3 .SH NAME
4 autorandr \- Automatically change screen layout
5 .SH SYNOPSIS
6 .B autorandr
7 [\fI\,options\/\fR]
8 .SH OPTIONS
9 .PP
10 \fB\-h\fR, \fB\-\-help\fR
11 .RS 4
12 get this small help
13 .RE
14 .PP
15 \fB\-c\fR, \fB\-\-change\fR
16 .RS 4
17 reload current setup
18 .RE
19 .PP
20 \fB\-s\fR, \fB\-\-save\fR <profile>
21 .RS 4
22 save your current setup to profile <profile>
23 .RE
24 .PP
25 \fB\-r\fR, \fB\-\-remove\fR <profile>
26 .RS 4
27 remove profile <profile>
28 .RE
29 .PP
30 \fB\-l\fR, \fB\-\-load\fR <profile>
31 .RS 4
32 load profile <profile>
33 .RE
34 .PP
35 \fB\-d\fR, \fB\-\-default\fR <profile>
36 .RS 4
37 make profile <profile> the default profile
38 .RE
39 .PP
40 \fB\-\-skip\-options\fR <option>
41 .RS 4
42 comma separated list of xrandr arguments (e.g. "gamma")
43 to skip both in detecting changes and applying a profile
44 .RE
45 .PP
46 \fB\-\-force\fR
47 .RS 4
48 force (re)loading of a profile
49 .RE
50 .PP
51 \fB\-\-fingerprint\fR
52 .RS 4
53 fingerprint your current hardware setup
54 .RE
55 .PP
56 \fB\-\-config\fR
57 .RS 4
58 dump your current xrandr setup
59 .RE
60 .PP
61 \fB\-\-dry\-run\fR
62 .RS 4
63 don't change anything, only print the xrandr commands
64 .RE
65 .PP
66 \fB\-\-debug\fR
67 .RS 4
68 enable verbose output
69 .RE
70 .PP
71 \fB\-\-batch\fR
72 .RS 4
73 run autorandr for all users with active X11 sessions
74 .RE
75 .PP
76 .SH "CONFIGURATION"
77 To prevent a profile from being loaded, place a script called "block" in its
78 directory. The script is evaluated before the screen setup is inspected, and
79 in case of it returning a value of 0 the profile is skipped. This can be used
80 to query the status of a docking station you are about to leave.
81 .PP
82 If no suitable profile can be identified, the current configuration is kept.
83 To change this behaviour and switch to a fallback configuration, specify
84 \fB\-\-default\fR <profile>.
85 .PP
86 Another script called "postswitch" can be placed in the directory
87 ~/.config/autorandr (or ~/.autorandr if you have an old installation) as well
88 as in any profile directories: The scripts are executed after a mode switch
89 has taken place and can notify window managers.
90 .SH "VIRTUAL CONFIGURATIONS"
91 The following virtual configurations are available:
92 .TP
93 common
94 Clone all connected outputs at the largest common resolution
95 .TP
96 clone\-largest
97 Clone all connected outputs with the largest resolution (scaled down if necessary)
98 .TP
99 horizontal
100 Stack all connected outputs horizontally at their largest resolution
101 .TP
102 vertical
103 Stack all connected outputs vertically at their largest resolution
104 .SH "EXAMPLES"
105 # save the current setup and make it the default
106 .RE
107 autorandr \-\-save mysetup
108 .RE
109 autorandr \-\-default mysetup
110 .RE
111 # put laptop in dock (or plug in additional monitors)
112 .RE
113 # run appropriate xrandr commands to fix things up
114 .RE
115 autorandr \-\-save docked_setup
116 .RE
117 # now remove the laptop from the dock, and settings return to mysetup
118 .SH "SEE ALSO"
119 .sp
120 \fBxrandr\fR