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}}`