Updated help texts with XDG directory
This commit is contained in:
parent
7233198c5f
commit
ca1720207e
|
@ -80,7 +80,7 @@ To change this behaviour and switch to a fallback configuration, specify
|
||||||
`--default <profile>`.
|
`--default <profile>`.
|
||||||
|
|
||||||
Another script called `postswitch` can be placed in the directory
|
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
|
after a mode switch has taken place and can notify window managers or other
|
||||||
applications about it.
|
applications about it.
|
||||||
|
|
||||||
|
|
|
@ -66,9 +66,10 @@ Usage: autorandr [options]
|
||||||
To change this behaviour and switch to a fallback configuration, specify
|
To change this behaviour and switch to a fallback configuration, specify
|
||||||
--default <profile>.
|
--default <profile>.
|
||||||
|
|
||||||
Another script called "postswitch "can be placed in the directory
|
Another script called "postswitch" can be placed in the directory
|
||||||
~/.config/autorandr as well as in any profile directories: The scripts are executed
|
~/.config/autorandr (or ~/.autorandr if you have an old installation) as well
|
||||||
after a mode switch has taken place and can notify window managers.
|
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:
|
The following virtual configurations are available:
|
||||||
""".strip()
|
""".strip()
|
||||||
|
|
Loading…
Reference in New Issue