mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add config to do desktop notifications by running an abitrary command.
This commit is contained in:
parent
dc93a72997
commit
16d8c35be4
2 changed files with 35 additions and 14 deletions
|
@ -27,6 +27,12 @@ system-cargo = false
|
|||
# Defaults to true
|
||||
rustc-with-gold = true
|
||||
|
||||
# If uncommented, this command is used instead of the platform’s default
|
||||
# to notify at the end of a compilation that took a long time.
|
||||
# This is the name or path of an executable called with two arguments:
|
||||
# the summary and content of the notification.
|
||||
#notify-command = "notify-send"
|
||||
|
||||
[build]
|
||||
# Set "mode = dev" or use `mach build --dev` to build the project with warning.
|
||||
# or Set "mode = release" or use `mach build --release` for optimized build.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue