diff --git a/dotfiles-old/bin/transform b/dotfiles-old/bin/transform index a9a1e8d..718e8fc 100755 --- a/dotfiles-old/bin/transform +++ b/dotfiles-old/bin/transform @@ -9,4 +9,4 @@ then xrandr --output "$2" --transform none elif [ -n "$1" ] then "$DISPLAYM_CONFIG/xrandr_transform.sh" "$1" else usage -done +fi