-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include links to man pages in readme.
- Loading branch information
1 parent
d9698f0
commit b654325
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# Autorandr-rs | ||
|
||
This projects hosts a few binaries: | ||
* *autorandrd* A daemon that automaically configures attached monitors based on EDIDs | ||
* *randr-edid* A tiny utility for printing the EDIDs of attached monitors | ||
|
||
Further documentation may be found in the `man` directory | ||
|
||
* [*autorandrd*(1)](man/autorandrd.1.scd) A daemon that automatically configures attached monitors based on EDIDs. | ||
It accepts a mapping through a TOML Config file, format here: [*autorandrd*(5)](man/autorandrd.5.scd). | ||
* [*randr-edid*(1)](man/randr-edid.1.scd) A tiny utility for printing the EDIDs of attached monitors |