mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-25 01:58:51 +02:00
feat(config): update border opts, add deprecations
This commit includes backwards-compatible renames of active_window_border_offset and active_window_border_width to border_offset and border_width respectively. Since the invisible window border adjustments were removed in #678, the invisible window borders set by the OS can now also be adjusted via border_offset and border_width, which is the primary reason for the rename. invisible_borders has been marked as deprecated and the previously deprecated alt_focus_hack option has been removed.
This commit is contained in:
@@ -1077,8 +1077,9 @@ enum SubCommand {
|
||||
WatchConfiguration(WatchConfiguration),
|
||||
/// Signal that the final configuration option has been sent
|
||||
CompleteConfiguration,
|
||||
/// Enable or disable a hack simulating ALT key presses to ensure focus changes succeed
|
||||
/// DEPRECATED since v0.1.22
|
||||
#[clap(arg_required_else_help = true)]
|
||||
#[clap(hide = true)]
|
||||
AltFocusHack(AltFocusHack),
|
||||
/// Set the window behaviour when switching workspaces / cycling stacks
|
||||
#[clap(arg_required_else_help = true)]
|
||||
|
||||
Reference in New Issue
Block a user