Phillip Berndt
02e61d00a2
DO NOT MERGE; debug output with DPI
2018-10-03 19:06:14 +02:00
Phillip Berndt
aaaaf1c70d
wip: Support for --fb and --dpi
...
This is an attempt to piggy-back fb and dpi onto the first used output.
Not certain whether this has catastrophic drawbacks yet. In any case,
the dpi information should probably be obtained from the outputs, as
those already have all the necessary information, rather than by parsing
the xrandr output a second time. Maybe it'd be an even better idea to go
with --fbmm instead of dpi.
See #33
2018-10-03 19:01:16 +02:00
Phillip Berndt
f8682aa088
Merge pull request #120 from krinistof/patch-2
...
Add xbps package of Void Linux in README.md
2018-10-03 15:11:42 +02: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
Phillip Berndt
b73a2bcdfd
Merge pull request #118 from patzm/patch-1
...
typo in readme / changelog
2018-09-20 22:05:16 +02:00
Martin Patz
e5d2a8382e
typo in readme / changelog
2018-09-09 22:15:39 +02:00
Jan-Oliver Kaiser
1a48d584fe
Consider screen rotation in get_fb_dimensions
...
This should fix phillipberndt/autorandr#116 .
2018-08-27 13:14:55 +02:00
Phillip Berndt
3a1b5c484e
Merge pull request #114 from maciex/issue/RPM_spec_systemd_fix
...
Proper placement of systemd service file
2018-07-27 14:55:46 +02:00
Maciej Sitarz
c86015ab0e
Fix placement of systemd service file
...
Updated to latest version
2018-07-23 14:26:04 +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
907fa387bc
Merge pull request #113 from Kazy/master
...
Fix AttributeError exception in is_equal_configuration
2018-07-20 08:43:40 +02:00
Jocelyn Boullier
d536223f8d
Fix AttributeError exception in is_equal_configuration
2018-07-19 17:14:43 +02:00
Phillip Berndt
6511ee3cb3
Merge pull request #110 from bricewge/master
...
AUTORANDR_MONITORS only contains current monitors
2018-07-19 14:18:58 +02:00
Phillip Berndt
9b096ec6ec
Inform about #111
2018-07-19 14:16:58 +02:00
Phillip Berndt
b4cc7003ba
Merge pull request #112 from languitar/patch-1
...
Use process kill mode in systemd service
2018-07-19 14:15:15 +02:00
Johannes Wienke
050b0573c2
Use process kill mode in systemd service
...
This allows starting background processes in postswitch scripts without having to deal with cgroups. Will resolve #111 .
2018-07-19 14:12:52 +02:00
Brice Waegeneire
7086c63753
AUTORANDR_MONITORS only contains current monitors
...
Signed-off-by: Brice Waegeneire <brice.wge@gmail.com>
2018-07-17 13:28:57 +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
71644199c8
Consider configurations equal only if no additional outputs are enabled
...
Before, if 3 outputs were enabled, autorandr would consider a
configuration which had only 2 of those "current". Fix this.
2018-06-29 09:14:58 +02:00
Phillip Berndt
6d66924377
Merge pull request #108 from Vladimir-csp/patch-1
...
XDG search and *.d dir filternig
2018-05-11 18:46:07 +02:00
Vladimir-csp
6b27e2a62d
XDG search and *.d dir filternig
2018-05-11 15:13:15 +03: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
42c50e502e
fixup: Also allow -c instead of --change
2018-04-19 22:18:08 +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
97bc4d1889
Add --panning support to --fb auto-value
2018-04-15 18:15:08 +02:00
Phillip Berndt
34f0f21e85
Add --fb option to xrandr invocations
...
As suggested by @Vladimir-csp in #88 .
2018-04-15 18:01:41 +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
b656aa5a79
Merge pull request #95 from dondelelcaro/fix_two_argument_key
...
Built-in-profiles weren't working; I think sorted should only take one argument in key
2017-12-22 10:41:28 +01:00
Don Armstrong
79ac1a34b4
sorted should only take one argument in key
2017-12-21 17:52:45 -08:00
Phillip Berndt
e717470ee5
Do not error out if no configuration file exists
2017-12-15 18:30:58 +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
134d0edc7e
Add new profile which shuts down all screens
2017-12-13 21:57:00 +01:00
Phillip Berndt
cbb5662fe9
autorandr 1.3
2017-11-21 16:22:28 +01:00
Phillip Berndt
75f1533eab
Merge pull request #92 from blueyed/dispatch_call_to_sessions-env
...
dispatch_call_to_sessions: skip envs without name
2017-11-21 16:15:06 +01:00
Daniel Hahler
e853c01c11
dispatch_call_to_sessions: skip envs without name
...
Fixes https://github.com/phillipberndt/autorandr/issues/87 .
2017-11-20 22:24:45 +01:00
Phillip Berndt
a3560c2074
Merge pull request #91 from blueyed/fix-exec_scripts
...
Fix exec_scripts: candidate_directories broke for XDG/profile_path
2017-11-20 10:05:49 +01:00