diff options
Diffstat (limited to '')
-rwxr-xr-x | home/.local/bin/notify-send | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.local/bin/notify-send b/home/.local/bin/notify-send index afeb22cc..5630440d 100755 --- a/home/.local/bin/notify-send +++ b/home/.local/bin/notify-send @@ -4,6 +4,6 @@ on run argv if count of argv is 2 then display notification (item 2 of argv) with title (item 1 of argv) else - display notification "" with title (item 1 of argv) + display notification (item 1 of argv) end if end run |