Skip to content

Commit e11f350

Browse files
authored
docs: update bell-features docs for macOS (ghostty-org#11279)
PR ghostty-org#11154 didn't fully update the docs regarding `bell-features=audio` on macOS.
2 parents c83dea4 + f8f431b commit e11f350

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/config/Config.zig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3047,7 +3047,7 @@ keybind: Keybinds = .{},
30473047
///
30483048
/// * `audio`
30493049
///
3050-
/// Play a custom sound. (GTK only)
3050+
/// Play a custom sound. (Available since 1.3.0 on macOS)
30513051
///
30523052
/// * `attention` *(enabled by default)*
30533053
///
@@ -3089,14 +3089,14 @@ keybind: Keybinds = .{},
30893089
/// directory if this is used as a CLI flag. The path may be prefixed with `~/`
30903090
/// to reference the user's home directory.
30913091
///
3092-
/// Available since: 1.2.0
3092+
/// Available since: 1.2.0 on GTK, 1.3.0 on macOS.
30933093
@"bell-audio-path": ?Path = null,
30943094

30953095
/// If `audio` is an enabled bell feature, this is the volume to play the audio
30963096
/// file at (relative to the system volume). This is a floating point number
30973097
/// ranging from 0.0 (silence) to 1.0 (as loud as possible). The default is 0.5.
30983098
///
3099-
/// Available since: 1.2.0
3099+
/// Available since: 1.2.0 on GTK, 1.3.0 on macOS.
31003100
@"bell-audio-volume": f64 = 0.5,
31013101

31023102
/// Control the in-app notifications that Ghostty shows.

0 commit comments

Comments
 (0)