From 400bed77d7ac22f02171f3445f77ceaf4d2db0d1 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Thu, 25 May 2017 16:30:16 -0500 Subject: [PATCH] Switched machines. Correcting display names, disabling touchscreen mapping --- .config/srandrd.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/srandrd.conf b/.config/srandrd.conf index 1ce4bf6..9a781f6 100755 --- a/.config/srandrd.conf +++ b/.config/srandrd.conf @@ -36,17 +36,17 @@ case "$(hostname)" in "dtarchaio") tsid="USBest Technology SiS HID Touch Controller" - mainoutput="eDP1" - hdmi="HDMI1" + mainoutput="DP1" + hdmi="HDMI2" case "$SRANDRD_ACTION" in "$hdmi connected") xrandr --output $mainoutput --auto --output $hdmi --right-of $mainoutput - maptouchscreen "$tsid" "$mainoutput" + #maptouchscreen "$tsid" "$mainoutput" ;; "$hdmi disconnected") xrandr --output $mainoutput --auto - maptouchscreen "$tsid" "$mainoutput" + #maptouchscreen "$tsid" "$mainoutput" ;; esac ;;