diff --git a/scripts/tginput.sh b/scripts/tginput.sh index 0d63168..683b4d6 100755 --- a/scripts/tginput.sh +++ b/scripts/tginput.sh @@ -1,8 +1,8 @@ #!/bin/bash if [[ $XDG_SESSION_TYPE != "x11" ]]; then - echo "Unsupported session type: $XDG_SESSION_TYPE" - exit 1 + echo "Unsupported session type: $XDG_SESSION_TYPE" + exit 1 fi get_tg_window_id(){ @@ -43,6 +43,6 @@ elif [ "$1" == "unlock" ]; then unlock_tg return_mouse else - echo "Invalid argument. Please use 'lock' or 'unlock'." - exit 1 + echo "Invalid argument. Please use 'lock' or 'unlock'." + exit 1 fi