From f3e02bc85d7d316d42b1c1026999864704da7100 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Mon, 21 Feb 2011 21:41:47 +1300 Subject: [PATCH] explanataory comment in xprofile.example --- xprofile.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xprofile.example b/xprofile.example index 7041c63..8fdb18c 100755 --- a/xprofile.example +++ b/xprofile.example @@ -1,4 +1,8 @@ #!/bin/sh +#If this file is copied to ~/.xprofile, the following +#commands will be run. They organise the output of the +#two screens of each video card. + xrandr --screen 0 --output DVI-0 --left-of VGA-0 xrandr --screen 1 --output DVI-1 --left-of VGA-1 -- 2.11.4.GIT