From 8903a793049abac1651f5929c869c6ffcfe28114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20Nadeau?= Date: Wed, 21 Nov 2018 04:19:22 -0500 Subject: [PATCH] autorandr: add page (#2602) --- pages/linux/autorandr.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/linux/autorandr.md diff --git a/pages/linux/autorandr.md b/pages/linux/autorandr.md new file mode 100644 index 0000000000..106fca3dde --- /dev/null +++ b/pages/linux/autorandr.md @@ -0,0 +1,19 @@ +# autorandr + +> Automatically change screen layout. + +- Save the current screen layout: + +`autorandr -s {{profile_name}}` + +- Show the saved profiles: + +`autorandr` + +- Change the profile: + +`autorandr -l {{profile_name}}` + +- Set the default profile: + +`autorandr -d {{profile_name}}`