From 1d15a15c1f08b5966a3420958a24847578aa4e80 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 6 Aug 2008 12:30:12 +0200 Subject: [PATCH] add script to enable monitor on the right via xrandr (order counts!) Signed-off-by: Nico Schottelius --- monitor-xrandr-on.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 monitor-xrandr-on.sh diff --git a/monitor-xrandr-on.sh b/monitor-xrandr-on.sh new file mode 100755 index 0000000..d83705d --- /dev/null +++ b/monitor-xrandr-on.sh @@ -0,0 +1,3 @@ +#!/bin/sh +xrandr --output PANEL --auto +xrandr --output VGA_1 --right-of PANEL