replace tr '\n' 'CHAR' with paste -sd 'CHAR' (#625)

This commit is contained in:
Kian Kasad
2020-05-09 16:32:56 -07:00
committed by GitHub
parent 2b6b3822e3
commit 6577acae89
5 changed files with 6 additions and 6 deletions

View File

@@ -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"}' | tr '\n' ' ')
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.