diff --git a/home/user/.local/bin/bb b/home/user/.local/bin/bb index 75923de..cbfb038 100755 --- a/home/user/.local/bin/bb +++ b/home/user/.local/bin/bb @@ -1,6 +1,6 @@ #!/bin/sh -set -eu +set -eum if test -t 1; then exec 1>/dev/null diff --git a/home/user/.local/bin/timer b/home/user/.local/bin/timer index 4c24320..de023a9 100755 --- a/home/user/.local/bin/timer +++ b/home/user/.local/bin/timer @@ -3,4 +3,4 @@ set -eu sleep "${@}" -notify-send -- 'Timer complete' "${*}" +notify-send -t 0 -- 'Timer complete' "${*}"