X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=x11%2FREADME;fp=x11%2FREADME;h=6e1b10da802a84563ac811b4ae240f95c37b9c6d;hp=0000000000000000000000000000000000000000;hb=d11857eb2b9693235ed3531144a6b0a4d5cb1740;hpb=e0a76c26f9164e070166fcc62e1c287cc1033eef diff --git a/x11/README b/x11/README new file mode 100644 index 0000000..6e1b10d --- /dev/null +++ b/x11/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