Skip to main content
formatting
Source Link
Indrek
  • 24.6k
  • 14
  • 91
  • 93

If you're using notify-sendnotify-send and it seems to disappear too fast, you can try specifying its timeout: "notify-send --expire-time=5000"

"notify-send --expire-time=5000"

That should hide the message in 5 seconds (5000 ms).

If you're using notify-send and it seems to disappear too fast, you can try specifying its timeout: "notify-send --expire-time=5000" should hide the message in 5 seconds (5000 ms).

If you're using notify-send and it seems to disappear too fast, you can try specifying its timeout:

"notify-send --expire-time=5000"

That should hide the message in 5 seconds (5000 ms).

Source Link

If you're using notify-send and it seems to disappear too fast, you can try specifying its timeout: "notify-send --expire-time=5000" should hide the message in 5 seconds (5000 ms).