From a3d3ebc73a9f657196caa1cf7036e5e51494058b Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Tue, 28 Mar 2017 08:25:46 -0500 Subject: [PATCH] Looks like the subshell for that xinput call is extraneous --- .config/srandrd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/srandrd.conf b/.config/srandrd.conf index 5e94af3..de51e2d 100755 --- a/.config/srandrd.conf +++ b/.config/srandrd.conf @@ -4,7 +4,7 @@ maptouchscreen() { # maptouchscreen local name="$1" # should be a full name from the output of `xinput list` local output="$2" # should be an xrandr output name - xinput --map-to-output $(xinput list --id-only "$name") "$output" + xinput --map-to-output "$name" "$output" } setpasink() {