Skip to content

Commit

Permalink
update bell docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollie committed Sep 18, 2024
1 parent 804e5ac commit ac71f1f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/config/Config.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1519,18 +1519,19 @@ term: []const u8 = "xterm-ghostty",
///
/// Available features:
///
/// * `audio` - Play an audible sound. (Currently Linux-only if libcanberra
/// support has been compiled in.)
/// * `audio` - Play an audible sound. (GTK only).
///
/// * `visual` - Flashes a visual indication in the surface that triggered
/// the bell. (Currently not implemented.)
///
/// * `notification` - Displays a desktop notification.
/// * `notification` - Displays a desktop notification. (Currently not
/// implemented.)
///
/// * `title` - Will add a visual indicator to the window/tab title.
/// (Currently not implemented.)
///
/// * `command` - Will run a command (e.g. for haptic feedback or flashing a
/// physical light).
/// physical light). (Currently not implemented.)
///
/// Example: `audio`, `no-audio`, `visual`, `no-visual`, `notification`, `no-notification`
///
Expand Down

0 comments on commit ac71f1f

Please sign in to comment.