Commit Graph

87 Commits

Author SHA1 Message Date
noughtnaut
7b7c05316e Reword README regarding environment variables
This clarifies the usage somewhat, without needing changes to existing
functionality. I may look into reworking the variables, but until then
this will be an improvement. That is to say, this is meant to NOT
resolve issue #230.

- Add section heading for variables
- Move `predetect`/`sleep` example up above new section
- Add example usage of variable, and explain the oddity with 'current'
profile during preswitch.
2020-12-01 11:36:46 +01:00
Julian Grinblat
cc731e35ef Add SlackBuild to installation options 2020-11-15 18:03:03 +01:00
Phillip Berndt
43af27a051 Release 1.11
This updates the readme with changes since 1.10.1 and releases 1.11.
This version primarily brings small bugfixes, only change warranting
minor version bump is that batch mode now assigns user groups.

Fixes #227.
2020-11-15 16:32:28 +01:00
Julian Grinblat
8cd356eaf1 Add a note on udev usage with NVidia cards 2020-06-26 10:19:10 +02:00
Phillip Berndt
c84bf4811f Point release 1.10.1
This reverts making autorandr-launcher the default and fixes the most
obvious issues. See #195 for why.
2020-05-04 09:23:05 +02:00
Phillip Berndt
76a229a5e7 Bump version to 1.10
Changes since 1.9:

* *2020-04-23* Fix hook script execution order to match description from readme
* *2020-04-11* Handle negative gamma values (fixes #188)
* *2020-04-11* Sort approximate matches in detected profiles by quality of match
* *2020-01-31* Handle non-ASCII environment variables (fixes #180)
* *2019-12-31* Fix output positioning if the top-left output is not the first
* *2019-12-31* Accept negative gamma values (and interpret them as 0)
* *2019-12-31* Prefer the X11 launcher over systemd/udev configuration

Fixes #191
2020-04-25 09:49:51 +02:00
Phillip Berndt
cc124f1d47 Add script order change to README 2020-04-23 16:02:34 +02:00
Phillip Berndt
8617589114 Mention #180 in the README 2020-04-13 13:33:30 +02:00
Phillip Berndt
cde6a0e940 Handle negative gamma values
Fixes #188.
2020-04-11 14:14:53 +02:00
Phillip Berndt
0bbdbd0b1a Sort approximate matches in detected profiles by quality of match
See #189
2020-04-11 14:12:36 +02:00
martin f. krafft
22d9431a86 Fix small error
I am pretty sure this should be "docked" instead of "mobile"
2020-01-31 08:44:47 +01:00
Phillip Berndt
e1c85639c3 Prefer X11 launcher (like srandr) over udev/systemd setup
See #162. The X11 launcher, that waits for randr events in X11 and runs
autorandr manually, proved to be more reliable than the setup using udev
and systemd. Make it the default.
2019-12-31 11:41:27 +01:00
Phillip Berndt
de9d7c6b0b Update README 2019-12-31 11:12:42 +01:00
Phillip Berndt
ad32e62cd9 Version bump: 1.9 2019-12-19 12:45:43 +01:00
Christophe-Marie Duquesne
5a5006c0ed Adding Christophe-Marie Duquesne to the contributors 2019-11-10 17:26:31 +01:00
Pierre Bondoerffer
1a26afca77 Fix typo 2019-09-13 16:42:31 +02:00
Maciej Sitarz
c58de9b13c Improved .spec file for RPM builds 2019-05-23 14:03:48 +02:00
Phillip Berndt
c40615f054 Record latest commit series in Readme 2019-03-24 20:44:53 +01:00
Phillip Berndt
7fda58e351 Version bump: 1.8.1 2019-03-18 21:14:41 +01:00
Phillip Berndt
d8cb50aff3 Version bump: autorandr-1.8 2019-03-16 15:41:24 +01:00
Phillip Berndt
b18d334761 Add today's merges to README 2019-02-17 13:08:26 +01:00
Josiah Schwab
39d3e734ce Update Arch link in README
Since 2018-07-22, autorandr has been a part of the official community
repository on Arch.
2019-01-28 08:39:50 -08:00
IFA
2f558d4a0f
Add xbps package of Void Linux in README.md 2018-10-03 14:40:17 +02:00
Phillip Berndt
d1743d00b1 Version bump: autorandr-1.7 2018-09-25 19:20:42 +02:00
Phillip Berndt
5768d71b2a
Merge pull request #117 from Janno/patch-1
Consider screen rotation in `get_fb_dimensions`
2018-09-25 19:12:35 +02:00
Jan-Oliver Kaiser
24d254660e
Add Jan-Oliver Kaiser to list of contributors. 2018-09-22 15:18:17 +02:00
Martin Patz
e5d2a8382e
typo in readme / changelog 2018-09-09 22:15:39 +02:00
Phillip Berndt
fa2080a851 Version bump: autorandr-1.6 2018-07-20 08:47:39 +02:00
Phillip Berndt
efb9fe49b4 Update README 2018-07-20 08:46:24 +02:00
Phillip Berndt
9b096ec6ec Inform about #111 2018-07-19 14:16:58 +02:00
Phillip Berndt
59e50efac1 Bugfix: Fix is_equal_configuration() "off" comparison 2018-07-11 09:05:20 +02:00
Phillip Berndt
a3e0693ea4 Update makefile 2018-06-29 09:16:50 +02:00
Phillip Berndt
6511bf29f9 Bugfix for #106 and add to changelog 2018-04-30 08:08:26 +02:00
Brice Waegeneire
16ff464765 add monitor list to hooks by environment variables 2018-04-29 23:14:31 +02:00
Phillip Berndt
4849bd3c35 Bugfix: Do not load default profile unless --change is set (fixes #105) 2018-04-19 22:16:53 +02:00
Phillip Berndt
c060377e8e Version bump: autorandr 1.5 2018-04-03 22:31:26 +02:00
Phillip Berndt
c2f47b2c0c Update documentation with wildcard matching 2018-03-26 19:43:07 +02:00
Phillip Berndt
bc032ec25e Allow wildcard matching in EDIDs
See #100.
2018-03-25 12:19:03 +02:00
Phillip Berndt
0a57b0a8e9 Add --detected and --current to filter the profile list output
See bug #99
2018-03-25 12:12:43 +02:00
Phillip Berndt
6af575a941 Output all non-error output to stdout instead of stderr
Fixes #98. This breaks compatibility with older versions of autorandr in
case users relied on which stream to use for parsing its output.
2018-03-07 07:42:23 +01:00
Phillip Berndt
07288eb0d7 Fix virtual profiles broken by 1094d7d9 2018-01-04 09:10:26 +01:00
Phillip Berndt
2cdfd06335 Updated the possible downstream sources for autorandr 2017-12-23 23:52:40 +01:00
Phillip Berndt
8b9879ca9f autorandr 1.4 2017-12-22 17:27:30 +01:00
Phillip Berndt
d0080eea93 Fixup README 2017-12-14 21:36:50 +01:00
Phillip Berndt
83765c0d67 Add a configuration file for default option values
See #94
2017-12-13 22:08:11 +01:00
Phillip Berndt
cbb5662fe9 autorandr 1.3 2017-11-21 16:22:28 +01:00
Phillip Berndt
ba488739a6 Add --load short form to changelog 2017-11-15 15:51:37 +01:00
Christoph Gysin
b0257a2703 readme: add example for short form of --load 2017-11-06 20:19:56 +02:00
Christoph Gysin
5202ca9d55 readme: expand text to full examples 2017-11-06 20:19:27 +02:00
Timo Kaufmann
7603697711 Fix minor formatting inconsistencies 2017-10-20 19:35:32 -05:00