m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/xrandr.md
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2023-12-04 03:23:49 +0100
committerMarcin Chrzanowski <m@m-chrzan.xyz>2023-12-04 03:23:49 +0100
commit7788cf45b290cf1447635fc37a69bf4ef603416c (patch)
tree6790e602a4563076669e52c5c93109be37223dba /xrandr.md
parent08d8a6c2942a4213a2ec439e89f641ddc39aa90f (diff)
Add info about autorandr
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>