]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - x11/README
Move to x11/ in preparation for merge into new dotfiles repository
[config/dotfiles.git] / x11 / README
diff --git a/x11/README b/x11/README
new file mode 100644 (file)
index 0000000..6e1b10d
--- /dev/null
@@ -0,0 +1,16 @@
+README
+======
+
+Useful X11 related commands.
+
+
+xrandr
+------
+
+Auto detect monitor modes and arrange monitors:
+
+    xrandr --output LVDS1 --auto --output VGA1 --auto --right-of LVDS1
+
+Disable a monitor, important after disconnect:
+
+    xrandr --output VGA1 --off