diff options
-rw-r--r-- | xrandr.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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> |