From 6f7d274cca7dd2518df819c614305d95776a1d7f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 18 Sep 2014 09:25:46 +0200 Subject: [PATCH] dock: fix xrandr invocation when undocking --- bin/input-event | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/input-event b/bin/input-event index 0e246e3..373f0ad 100755 --- a/bin/input-event +++ b/bin/input-event @@ -33,7 +33,7 @@ case "$event,$use,$(uname -n),$name" in # No, still docked? : else - xrandr --output DP3 off --output DP4 off --output eDP1 --auto --dpi 144 + xrandr --output DP3 --off --output DP4 --off --output eDP1 --auto --dpi 144 fi ;; Enabled,XISlaveKeyboard,zoro,"Topre Corporation Realforce 87")