gtk-ng add border to bell features

This commit is contained in:
Jeffrey C. Ollie
2025-08-13 12:18:07 -05:00
parent a843929d5a
commit 22fc90fd55
4 changed files with 51 additions and 1 deletions

View File

@@ -2433,7 +2433,12 @@ keybind: Keybinds = .{},
/// Prepend a bell emoji (🔔) to the title of the alerted surface until the
/// terminal is re-focused or interacted with (such as on keyboard input).
///
/// Only implemented on macOS.
/// * `border`
///
/// Display a border around the alerted surface until the terminal is
/// re-focused or interacted with (such as on keyboard input).
///
/// GTK only.
///
/// Example: `audio`, `no-audio`, `system`, `no-system`
///
@@ -6988,6 +6993,7 @@ pub const BellFeatures = packed struct {
audio: bool = false,
attention: bool = true,
title: bool = true,
border: bool = false,
};
/// See mouse-shift-capture