diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-12-04 03:23:49 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-12-04 03:23:49 +0100 |
commit | 7788cf45b290cf1447635fc37a69bf4ef603416c (patch) | |
tree | 6790e602a4563076669e52c5c93109be37223dba | |
parent | 08d8a6c2942a4213a2ec439e89f641ddc39aa90f (diff) |
Add info about autorandr
-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> |