Skip to content

Commit

Permalink
Don't make notify-send notifications persist in Gnome 3
Browse files Browse the repository at this point in the history
If you don't set this option, Gnome 3 will keep Guard notifications open in the notification bar. See this bug for more info: https://bugzilla.redhat.com/show_bug.cgi?id=693207#c3
  • Loading branch information
henare committed May 16, 2012
1 parent b19576d commit 3e5241a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/guard/notifiers/notifysend.rb
Expand Up @@ -14,7 +14,8 @@ module NotifySend

# Default options for the notify-send program
DEFAULTS = {
:t => 3000 # Default timeout is 3000ms
:t => 3000, # Default timeout is 3000ms
:h => 'int:transient:1' # Automatically close the notification
}

# Full list of options supported by notify-send
Expand Down

0 comments on commit 3e5241a

Please sign in to comment.