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() {