From ca1720207e187a9f78b5ce2f515bf3042e2e3a4a Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Mon, 9 Feb 2015 08:24:10 +0100 Subject: [PATCH] Updated help texts with XDG directory --- README.md | 2 +- autorandr.py | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5fb8ac1..150de3f 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ To change this behaviour and switch to a fallback configuration, specify `--default `. Another script called `postswitch` can be placed in the directory -`~/.autorandr` as well as in all profile directories: The scripts are executed +`~/.config/autorandr` (or `~/.autorandr` if you have an old installation) as well as in all profile directories: The scripts are executed after a mode switch has taken place and can notify window managers or other applications about it. diff --git a/autorandr.py b/autorandr.py index e79aefb..99ce9db 100755 --- a/autorandr.py +++ b/autorandr.py @@ -66,9 +66,10 @@ Usage: autorandr [options] To change this behaviour and switch to a fallback configuration, specify --default . - Another script called "postswitch "can be placed in the directory - ~/.config/autorandr as well as in any profile directories: The scripts are executed - after a mode switch has taken place and can notify window managers. + Another script called "postswitch" can be placed in the directory + ~/.config/autorandr (or ~/.autorandr if you have an old installation) as well + as in any profile directories: The scripts are executed after a mode switch + has taken place and can notify window managers. The following virtual configurations are available: """.strip() -- 2.39.2