rustyio / sync

On-the-fly recompiling and reloading in Erlang. Code without friction.
MIT License
748 stars 163 forks source link

Modify the default value of get_growl to 'none' #83

Closed feihongmeilian closed 1 year ago

feihongmeilian commented 5 years ago

When we run sync in a virtual environment, using 'notify-send' will prevent us from exiting the terminal.so I need to mandatory exit using ctrl + c

choptastic commented 5 years ago

Hi, sorry for the delayed response, but why do you need the default changed? You can just change the setting in your app.config:

https://github.com/rustyio/sync/blob/master/sync.sample.config#L8

Does that not work?

choptastic commented 5 years ago

By the way, thank you for the contribution, regardless. I always appreciate contributions.

choptastic commented 1 year ago

Hello, I've closed this one, but if there's a compelling reason to reopen it, I'm open to discussion.