diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-12-02 10:53:50 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-12-02 10:53:50 -0500 |
| commit | bfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa (patch) | |
| tree | 3a6d9cc0f26156f4f8af713862b155757b4b46fa /.local/bin/displayselect | |
| parent | 4b508301489da44757bee5db64e2cd0b9f29591e (diff) | |
| parent | 7c96bd081ac25faea8144aaa8c770aaf31bd558a (diff) | |
| download | eibhear-bfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa.tar.gz eibhear-bfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa.tar.zst eibhear-bfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.local/bin/displayselect')
| -rwxr-xr-x | .local/bin/displayselect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/displayselect b/.local/bin/displayselect index 37d1397..b7f0a0f 100755 --- a/.local/bin/displayselect +++ b/.local/bin/displayselect @@ -53,7 +53,7 @@ multimon() { # Multi-monitor handler. esac ;} onescreen() { # If only one output available or chosen. - xrandr --output "$1" --auto --scale 1.0x1.0 $(echo "$allposs" | grep -v "$1" | awk '{print "--output", $1, "--off"}' | paste -sd ' ') + xrandr --output "$1" --auto --scale 1.0x1.0 $(echo "$allposs" | grep -v "$1" | awk '{print "--output", $1, "--off"}' | paste -sd ' ' -) } postrun() { # Stuff to run to clean up. |
