From: Simon Ruderich Date: Thu, 24 Oct 2013 16:26:24 +0000 (+0200) Subject: README: Add. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=aff5abdb71d5c0a02f44b8a691f2c62a4814616b README: Add. --- diff --git a/README b/README new file mode 100644 index 0000000..6e1b10d --- /dev/null +++ b/README @@ -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