summaryrefslogtreecommitdiffstats
path: root/docs/config
diff options
context:
space:
mode:
authorMarc Schreiber <info@schrieveslaach.de>2022-01-31 22:28:13 +0100
committerGitHub <noreply@github.com>2022-01-31 15:28:13 -0600
commitdcf66659d0e87e619a1a881b2745eb68dbcd41a1 (patch)
tree4bfbc66b536875360be3d7c978959efa89c9f9c2 /docs/config
parent52b0e6512a5448fdf64362ddea3aa13aebd32714 (diff)
feat: Enable Undistract Me for Linux (#3547)
In #1019 the undistract feature has been added to starship without enabling it by default due to the system dependency on libdbus. With recent versions of notify-rust the dependency is no longer required and the feature can be enabled by default.
Diffstat (limited to 'docs/config')
-rw-r--r--docs/config/README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index ab772167d..3a41a3217 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -609,11 +609,6 @@ running `eval $(starship init $0)`, and then proceed as normal.
| `min_time_to_notify` | `45_000` | Shortest duration for notification (in milliseconds). |
| `notification_timeout` | | Duration to show notification for (in milliseconds). If unset, notification timeout will be determined by daemon. Not all notification daemons honor this option. |
-::: tip
-
-Showing desktop notifications requires starship to be built with `notify-rust` support. You check if your starship
-supports notifications by running `STARSHIP_LOG=debug starship module cmd_duration -d 60000` when `show_notifications` is set to `true`.
-
:::
### Variables