]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - README.md
execute scripts in directories in a fixed order (by file name)
[deb_pkgs/autorandr.git] / README.md
index 12166b1030fb310c56c61041cb080bc5437ce027..531bdc2e2eb0b177e2b6a84e5d9c9fbb687887aa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ you can
 * Use the [official Arch package](https://www.archlinux.org/packages/community/any/autorandr/).
 * Use the [official Debian package](https://packages.debian.org/sid/x11/autorandr) on sid
 * Use the [FreeBSD Ports Collection](https://www.freshports.org/x11/autorandr/) on FreeBSD.
-* Use the [ebuild from zugaina](https://gpo.zugaina.org/x11-misc/autorandr) on Gentoo.
+* Use the [official Gentoo package](https://packages.gentoo.org/packages/x11-misc/autorandr).
 * Use the
   [nix package](https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/misc/autorandr.nix)
   on NixOS.
@@ -189,6 +189,8 @@ where they will only be executed on changes regarding that specific profile.
 
 Instead (or in addition) to these scripts, you can also place as many executable
 files as you like in subdirectories called `script_name.d` (e.g. `postswitch.d`).
+The order of execution of scripts in these directories is by file name, you can
+force a certain ordering by naming them `10-wallpaper`, `20-restart-wm`, etc.
 
 If a script with the same name occurs multiple times, user configuration
 takes precedence over system configuration (as specified by the
@@ -255,6 +257,9 @@ options nvidia_drm modeset=1
 
 ## Changelog
 
+**autorandr 1.13 (dev)**
+* *2022-12-01* Support `--skip-options set` to skip setting properties
+
 **autorandr 1.12.1**
 * *2021-12-22* Fix `--match-edid` (see #273)