notification_handling
On this page
notification_handling = "AlwaysShow"#
This option controls how wakterm behaves when a toast notification escape sequence is received.
The following escape sequences will generate a toast notification:
$ printf "\e]777;notify;%s;%s\e\\" "title" "body"
$ printf "\e]9;%s\e\\" "hello there"
This configuration option can have one of the following values, which have the following effects:
AlwaysShow- Show the notification regardless of the current focusNeverShow- Never show the notificationSuppressFromFocusedPane- Show the notification unless it was generated from the currently focused paneSuppressFromFocusedTab- Show the notification unless it was generated from the currently focused tabSuppressFromFocusedWindow- Show the notification unless it was generated from the currently focused window