mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-15 22:36:14 +00:00
misc cleanups
This commit is contained in:
@@ -1568,10 +1568,20 @@ keybind: Keybinds = .{},
|
||||
@"quick-terminal-autohide": bool = true,
|
||||
|
||||
/// This configuration option determines the behavior of the quick terminal
|
||||
/// when switching between spaces. If set to `move`, the quick terminal will
|
||||
/// be moved to the space where the focused window is. If set to `remain`,
|
||||
/// the quick terminal will stay only in the space where it was originally opened and
|
||||
/// will not follow when switching to another space.
|
||||
/// when switching between macOS spaces. macOS spaces are virtual desktops
|
||||
/// that can be manually created or are automatically created when an
|
||||
/// application is in full-screen mode.
|
||||
///
|
||||
/// Valid values are:
|
||||
///
|
||||
/// * `move` - When switching to another space, the quick terminal will
|
||||
/// also moved to the current space.
|
||||
///
|
||||
/// * `remain` - The quick terminal will stay only in the space where it
|
||||
/// was originally opened and will not follow when switching to another
|
||||
/// space.
|
||||
///
|
||||
/// The default value is `move`.
|
||||
@"quick-terminal-space-behavior": QuickTerminalSpaceBehavior = .move,
|
||||
|
||||
/// Whether to enable shell integration auto-injection or not. Shell integration
|
||||
|
Reference in New Issue
Block a user