From d03096f0870f05c892d9b1a6270e2a20194cdcaa Mon Sep 17 00:00:00 2001 From: Bill Kaguru Wanjohi Date: Thu, 29 Dec 2022 19:19:21 -0500 Subject: [PATCH] autorandr: add change command (#9676) * autorandr.md: add `autorandr -c` and since that added some ambiguity, I edited the description for -l * Update pages/linux/autorandr.md --change instead of -c * Update pages/linux/autorandr.md use --load instead of -l * autorandr: expand other short options --- pages/linux/autorandr.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pages/linux/autorandr.md b/pages/linux/autorandr.md index 109e94aba..ee604e41b 100644 --- a/pages/linux/autorandr.md +++ b/pages/linux/autorandr.md @@ -5,16 +5,20 @@ - Save the current screen layout: -`autorandr -s {{profile_name}}` +`autorandr --save {{profile_name}}` - Show the saved profiles: `autorandr` -- Change the profile: +- Load the first detected profile: -`autorandr -l {{profile_name}}` +`autorandr --change` + +- Load a specific profile: + +`autorandr --load {{profile_name}}` - Set the default profile: -`autorandr -d {{profile_name}}` +`autorandr --default {{profile_name}}`