Commit Graph

468 Commits

Author SHA1 Message Date
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
Daniel Hahler
df8880fa4b Fix exec_scripts: candidate_directories broke for XDG/profile_path
This was broken in 1094d7d.
2017-11-20 05:05:15 +01:00
Phillip Berndt
ba488739a6 Add --load short form to changelog 2017-11-15 15:51:37 +01:00
Phillip Berndt
6813f53f8f To disable --panning use 0x0, not none 2017-11-15 15:51:14 +01:00
Phillip Berndt
9f298553be Reorder --help output 2017-11-15 15:50:04 +01:00
Phillip Berndt
6a99c52215
Merge pull request #89 from christophgysin/long-lines
Simplify code and break long lines
2017-11-13 20:06:41 +01:00
Christoph Gysin
55916cf4f9 flake8: reduce max-line-length 2017-11-13 20:44:46 +02:00
Christoph Gysin
1094d7d95c simplify code 2017-11-13 20:44:46 +02:00
Christoph Gysin
a631164f12 break long lines 2017-11-13 20:42:49 +02:00
Christoph Gysin
7275127378 remove duplication 2017-11-13 19:30:01 +02:00
Phillip Berndt
102608ecef
Merge pull request #85 from christophgysin/load-shorthand
add short form for --load
2017-11-13 15:21:59 +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
Christoph Gysin
e176ffa24a getopt: load profile from args 2017-11-06 20:12:53 +02:00
Christoph Gysin
ed4eab647a getopt: save args 2017-11-05 23:37:15 +02:00
Christoph Gysin
c8c1f290db flake8: add config 2017-11-05 23:36:27 +02:00
Christoph Gysin
72df46f8ab flake8: fix style 2017-11-05 23:36:27 +02:00
Phillip Berndt
b895793909 Merge pull request #84 from Eisfreak7/master
Improve hook script documentation
2017-10-21 15:41:08 +02:00
Timo Kaufmann
7603697711 Fix minor formatting inconsistencies 2017-10-20 19:35:32 -05:00
Timo Kaufmann
0822f31116 Document the precedences of hook scripts 2017-10-20 19:34:30 -05:00
Timo Kaufmann
f5f0183c3d Mention nix as an installation method 2017-10-20 19:32:47 -05:00
Phillip Berndt
9186348632 Batch mode: Prefer processes with XAUTHORITY set as environment templates (See #81) 2017-10-17 11:39:39 +02:00
Phillip Berndt
f9800fff9b autorandr 1.2 2017-10-13 14:42:12 +02:00
Phillip Berndt
9049f3dedd Minor cleanup in virtual profile description output 2017-10-13 14:25:01 +02:00
Phillip Berndt
37ca1c240f Update authors and changelog 2017-10-13 14:24:43 +02:00
Adrian Lopez
d2ad4861f8 Previous name was confusing 2017-10-13 13:49:06 +02:00
Adrian Lopez
58f72858d9 Center small screen in the middle of the physical screen
Also use transform instead of scale to fix error when scaling.
2017-10-12 14:51:15 +02:00
Adrian Lopez
0b100b0ecd Respect aspect ratio 2017-10-12 14:24:09 +02:00
Adrian Lopez
e1f96a206e Select the biggest area screen 2017-10-12 13:51:54 +02:00
Adrian Lopez
5903df4428 New virtual profile to clone biggest screen
This option set the biggest monitor with it preferred configuration and
scale the others monitors to show it completely
2017-10-12 13:31:54 +02:00
Phillip Berndt
ab222f520a Merge pull request #77 from t0fik/fedora25_plus_compability
Removed pm-utils on fedora22+ from requisites
2017-10-09 14:24:12 +02:00
Jerzy Drozdz
65886ffae3 Removed pm-utils on fedora22+ from requisites 2017-10-01 18:14:28 +02:00
Phillip Berndt
4b97684997 Merge pull request #76 from t0fik/add_redhat_spec
Added RedHat compatible spec file
2017-09-30 20:13:59 +02:00
Jerzy Drozdz
2c5c151814 Added RedHat compatible spec file 2017-09-03 01:06:29 +02:00
Phillip Berndt
6890caf33d Merge pull request #74 from nmschulte/use-completionsdir-for-bash-completion
Use pkg-config for bash-completion installation
2017-08-12 14:11:36 +02:00
Phillip Berndt
8ec7736531 Merge pull request #75 from nmschulte/contrib-in-readme
Discuss contributions in README
2017-08-12 14:09:51 +02:00
Nathan Schulte
167cfc1244 discuss contributions in README 2017-08-11 23:24:22 -05:00
Nathan Schulte
3b75ebfc94 cleanup bash-completion build logic 2017-08-11 22:58:25 -05:00
Nathan Schulte
5ec2d52568 use pkg-config for bash-completion completions dir 2017-08-11 22:58:25 -05:00
Phillip Berndt
b4343657bd Merge pull request #73 from adbrucker/master
Bug fix: ensure that the Debian control directory has permissions 0755.
2017-08-11 08:52:21 +02:00
Achim D. Brucker
c7dfe868e7 Bug fix: ensure that the Debian control directory has permissions 0755. 2017-08-11 06:06:39 +01:00