]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blob - README.md
Add script order change to README
[deb_pkgs/autorandr.git] / README.md
1 # autorandr
2
3 Automatically select a display configuration based on connected devices
4
5 ## Branch information
6
7 This is a compatible Python rewrite of
8 [wertarbyte/autorandr](https://github.com/wertarbyte/autorandr). Contributions
9 for bash-completion, fd.o/XDG autostart, Nitrogen, pm-utils, and systemd can be
10 found under [contrib](contrib/).
11
12 The original [wertarbyte/autorandr](https://github.com/wertarbyte/autorandr)
13 tree is unmaintained, with lots of open pull requests and issues. I forked it
14 and merged what I thought were the most important changes. If you are searching
15 for that version, see the [`legacy` branch](https://github.com/phillipberndt/autorandr/tree/legacy).
16 Note that the Python version is better suited for non-standard configurations,
17 like if you use `--transform` or `--reflect`. If you use `auto-disper`, you
18 have to use the bash version, as there is no disper support in the Python
19 version (yet). Both versions use a compatible configuration file format, so
20 you can, to some extent, switch between them.  I will maintain the `legacy`
21 branch until @wertarbyte finds the time to maintain his branch again.
22
23 If you are interested in why there are two versions around, see
24 [#7](https://github.com/phillipberndt/autorandr/issues/7),
25 [#8](https://github.com/phillipberndt/autorandr/issues/8) and
26 especially
27 [#12](https://github.com/phillipberndt/autorandr/issues/12)
28 if you are unhappy with this version and would like to contribute to the bash
29 version.
30
31 ## License information and authors
32
33 autorandr is available under the terms of the GNU General Public License
34 (version 3).
35
36 Contributors to this version of autorandr are:
37
38 * Adrián López
39 * andersonjacob
40 * Alexander Wirt
41 * Brice Waegeneire
42 * Chris Dunder
43 * Christoph Gysin
44 * Christophe-Marie Duquesne
45 * Daniel Hahler
46 * Maciej Sitarz
47 * Mathias Svensson
48 * Matthew R Johnson
49 * Nazar Mokrynskyi
50 * Phillip Berndt
51 * Rasmus Wriedt Larsen
52 * Simon Wydooghe
53 * Stefan Tomanek
54 * stormc
55 * tachylatus
56 * Timo Bingmann
57 * Timo Kaufmann
58 * Tomasz Bogdal
59 * Victor Häggqvist
60 * Jan-Oliver Kaiser
61
62 ## Installation/removal
63
64 You can use the `autorandr.py` script as a stand-alone binary. If you'd like to
65 install it as a system-wide application, there is a Makefile included that also
66 places some configuration files in appropriate directories such that autorandr
67 is invoked automatically when a monitor is connected or removed, the system
68 wakes up from suspend, or a user logs into an X11 session. Run `make install`
69 as root to install it.
70
71 If you prefer to have a system wide install managed by your package manager,
72 you can
73
74 * Use the [official Arch package](https://www.archlinux.org/packages/community/any/autorandr/).
75 * Use the [official Debian package](https://packages.debian.org/sid/x11/autorandr) on sid
76 * Use the [ebuild from zugaina](https://gpo.zugaina.org/x11-misc/autorandr) on Gentoo.
77 * Use the
78   [nix package](https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/misc/autorandr.nix)
79   on NixOS.
80 * Use the automated nightlies generated by the
81   [openSUSE build service](https://build.opensuse.org/package/show/home:phillipberndt/autorandr)
82   for various distributions (RPM and DEB based).
83 * Use the [X binary package system](https://wiki.voidlinux.eu/XBPS)' on Void Linux 
84 * Build a .deb-file from the source tree using `make deb`.
85 * Build a .rpm-file from the source tree using `make rpm`.
86
87 We appreciate packaging scripts for other distributions, please file a pull
88 request if you write one.
89
90 If you prefer `pip` over your package manager, you can install autorandr with:
91
92     sudo pip install "git+http://github.com/phillipberndt/autorandr#egg=autorandr"
93
94 or simply
95
96     sudo pip install autorandr
97
98 if you prefer to use a stable version.
99
100 ## How to use
101
102 Save your current display configuration and setup with:
103
104     autorandr --save mobile
105
106 Connect an additional display, configure your setup and save it:
107
108     autorandr --save docked
109
110 Now autorandr can detect which hardware setup is active:
111
112     $ autorandr
113       mobile
114       docked (detected)
115
116 To automatically reload your setup:
117
118     $ autorandr --change
119
120 To manually load a profile:
121
122     $ autorandr --load <profile>
123
124 or simply:
125
126     $ autorandr <profile>
127
128 autorandr tries to avoid reloading an identical configuration. To force the
129 (re)configuration:
130
131     $ autorandr --load <profile> --force
132
133 To prevent a profile from being loaded, place a script call _block_ in its
134 directory. The script is evaluated before the screen setup is inspected, and
135 in case of it returning a value of 0 the profile is skipped. This can be used
136 to query the status of a docking station you are about to leave.
137
138 If no suitable profile can be identified, the current configuration is kept.
139 To change this behaviour and switch to a fallback configuration, specify
140 `--default <profile>`. The system-wide installation of autorandr by default
141 calls autorandr with a parameter `--default default`. There are three special,
142 virtual configurations called `horizontal`, `vertical` and `common`. They
143 automatically generate a configuration that incorporates all screens
144 connected to the computer. You can symlink `default` to one of these
145 names in your configuration directory to have autorandr use any of them
146 as the default configuration without you having to change the system-wide
147 configuration.
148
149 You can store default values for any option in an INI-file in
150 `~/.config/autorandr/settings.ini` in a section `config`. The most useful
151 candidate for doing that is `skip-options`, if you need it.
152
153 ## Advanced usage
154
155 ### Hook scripts
156
157 Three more scripts can be placed in the configuration directory
158 (as defined by the [XDG spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html),
159 usually `~/.config/autorandr` or `~/.autorandr` if you have an old installation
160 for user configuration and `/etc/xdg/autorandr` for system wide configuration):
161
162 - `postswitch` is executed *after* a mode switch has taken place. This can be
163   used to notify window managers or other applications about the switch.
164 - `preswitch` is executed *before* a mode switch takes place.
165 - `postsave` is executed after a profile was stored or altered.
166 - `predetect` is executed before autorandr attempts to run xrandr. 
167
168 These scripts must be executable and can be placed directly in the configuration
169 directory, where they will always be executed, or in the profile subdirectories,
170 where they will only be executed on changes regarding that specific profile.
171
172 Instead (or in addition) to these scripts, you can also place as many executable
173 files as you like in subdirectories called `script_name.d` (e.g. `postswitch.d`).
174
175 If a script with the same name occurs multiple times, user configuration
176 takes precedence over system configuration (as specified by the
177 [XDG spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html))
178 and profile configuration over general configuration.
179
180 As a concrete example, suppose you have the files
181
182 - `/etc/xdg/autorandr/postswitch`
183 - `~/.config/autorandr/postswitch`
184 - `~/.config/autorandr/postswitch.d/notify-herbstluftwm`
185 - `~/.config/autorandr/docked/postswitch`
186
187 and switch from `mobile` to `docked`. Then
188 `~/.config/autorandr/docked/postswitch` is executed, since the profile specific
189 configuration takes precedence, and
190 `~/.config/autorandr/postswitch.d/notify-herbstluftwm` is executed, since
191 it has a unique name.
192
193 If you switch back from `docked` to `mobile`, `~/.config/autorandr/postswitch`
194 is executed instead of the `docked` specific `postswitch`.
195
196 In these scripts, some of autorandr's state is exposed as environment variables
197 prefixed with `AUTORANDR_`, such as:
198 - `AUTORANDR_CURRENT_PROFILE`
199 - `AUTORANDR_CURRENT_PROFILES`
200 - `AUTORANDR_PROFILE_FOLDER`
201 - `AUTORANDR_MONITORS`
202
203 If you experience issues with xrandr being executed too early after connecting
204 a new monitor, then you can use a `predetect` script to delay the execution.
205 Write e.g. `sleep 1` into that file to make autorandr wait a second before
206 running `xrandr`.
207
208 ### Wildcard EDID matching
209
210 The EDID strings in the `~/.config/autorandr/*/setup` files may contain an
211 asterisk to enable wildcard matching: Such EDIDs are matched against connected
212 monitors using the usual file name globbing rules. This can be used to create
213 profiles matching multiple (or any) monitors.
214
215 ## Changelog
216
217 **autorandr 1.10 (dev)**
218 * *2020-04-23* Fix hook script execution order to match description from readme
219 * *2020-04-11* Handle negative gamma values (fixes #188)
220 * *2020-04-11* Sort approximate matches in detected profiles by quality of match
221 * *2020-01-31* Handle non-ASCII environment variables (fixes #180)
222 * *2019-12-31* Fix output positioning if the top-left output is not the first
223 * *2019-12-31* Accept negative gamma values (and interpret them as 0)
224 * *2019-12-31* Prefer the X11 launcher over systemd/udev configuration
225
226 **autorandr 1.9**
227
228 * *2019-11-10* Count closed lids as disconnected outputs
229 * *2019-10-05* Do not overwrite existing configurations without `--force`
230 * *2019-08-16* Accept modes that don't match the WWWxHHH pattern
231 * *2019-03-22* Improve bash autocompletion
232 * *2019-03-21* Store CRTC values in configurations
233 * *2019-03-24* Fix handling of recently disconnected outputs (See #128 and #143)
234
235 **autorandr 1.8.1**
236
237 * *2019-03-18* Removed mandb call from Makefile
238
239 **autorandr 1.8**
240
241 * *2019-02-17* Add an X11 daemon that runs autorandr when a display connects (by @rliou92, #127)
242 * *2019-02-17* Replace width=0 check with disconnected to detect disconnected monitors (by @joseph-jones, #139)
243 * *2019-02-17* Fix handling of empty padding (by @jschwab, #138)
244 * *2019-02-17* Add a man page (by @somers-all-the-time, #133)
245
246 **autorandr 1.7**
247
248 * *2018-09-25* Fix FB size computation with rotated screens (by @Janno, #117)
249
250 **autorandr 1.6**
251
252 * *2018-04-19* Bugfix: Do not load default profile unless --change is set
253 * *2018-04-30* Added a `AUTORANDR_MONITORS` variable to hooks (by @bricewge, #106)
254 * *2018-06-29* Fix detection of current configuration if extra monitors are active
255 * *2018-07-11* Bugfix in the latest change: Correctly handle "off" minitors when comparing
256 * *2018-07-19* Do not kill spawned user processes from systemd unit
257 * *2018-07-20* Correctly handle "off" monitors when comparing -- fixup for another bug.
258
259 **autorandr 1.5**
260
261 * *2018-01-03* Add --version
262 * *2018-01-04* Fixed vertical/horizontal/clone-largest virtual profiles
263 * *2018-03-07* Output all non-error messages to stdout instead of stderr
264 * *2018-03-25* Add --detected and --current to filter the profile list output
265 * *2018-03-25* Allow wildcard matching in EDIDs
266
267 **autorandr 1.4**
268
269 * *2017-12-22* Fixed broken virtual profile support
270 * *2017-12-14* Added support for a settings file
271 * *2017-12-14* Added a virtual profile `off`, which disables all screens
272
273 **autorandr 1.3**
274
275 * *2017-11-13* Add a short form for `--load`
276 * *2017-11-21* Fix environment stealing in `--batch` mode (See #87)
277
278 **autorandr 1.2**
279
280 * *2017-07-16* Skip `--panning` unless it is required (See #72)
281 * *2017-10-13* Add `clone-largest` virtual profile
282
283 **autorandr 1.1**
284
285 * *2017-06-07* Call systemctl with `--no-block` from udev rule (See #61)
286 * *2017-01-20* New script hook, `predetect`
287 * *2017-01-18* Accept comments (lines starting with `#`) in config/setup files
288
289 **autorandr 1.0**
290
291 * *2016-12-07* Tag the current code as version 1.0.0; see github issue #54
292 * *2016-10-03* Install a desktop file to `/etc/xdg/autostart` by default