Merge branch 'master' of vps:git/vcsh/xinitrc

This commit is contained in:
David Thurstenson 2017-05-08 20:43:35 -05:00
commit 98c735a6d7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ maptouchscreen() {
# maptouchscreen <name> <output>
local name="$1" # <name> should be a full name from the output of `xinput list`
local output="$2" # <output> should be an xrandr output name
xinput --map-to-output $(xinput list --id-only "$name") "$output"
xinput --map-to-output "$name" "$output"
}
setpasink() {