m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/xrandr.md
diff options
context:
space:
mode:
Diffstat (limited to 'xrandr.md')
-rw-r--r--xrandr.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/xrandr.md b/xrandr.md
index 141e7a2..4172061 100644
--- a/xrandr.md
+++ b/xrandr.md
@@ -7,3 +7,12 @@
## Turn off second screen
xrandr --output HDMI1 --off
+
+## Profile loading
+
+Install `autorandr`.
+
+ # Save and name the current setup
+ autorandr --save <profile name>
+ # Load a previously saved setup
+ autorandr --load <profile name>