aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/posix-pomo2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/posix-pomo b/.local/bin/posix-pomo
index eacaa8c..fa9c03e 100755
--- a/.local/bin/posix-pomo
+++ b/.local/bin/posix-pomo
@@ -68,7 +68,7 @@ timer() {
}
notify_and_play_sound() {
- notify-send 'posix-pomo(cli)' "$1" -i ~/.cache/pomo/pomo-tomato.png -t 120000 -w -A 'dismiss' &
+ notify-send 'posix-pomo(cli)' "$1" -i ~/.cache/pomo/pomo-tomato.png -t 120000 &
echo
echo "$2"
mpv "$HOME/.cache/pomo/pomo-sound.mp3" >/dev/null 2>&1 &