mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-05-07 11:23:33 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d99b4b5501 | ||
|
|
55b6ac82eb |
@@ -738,7 +738,7 @@ struct BorderStyle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Parser)]
|
#[derive(Parser)]
|
||||||
struct MonocleFocusBehaviour {
|
struct MonocleFocusBehaviourArgs {
|
||||||
/// Desired monocle focus behaviour
|
/// Desired monocle focus behaviour
|
||||||
#[clap(value_enum)]
|
#[clap(value_enum)]
|
||||||
behaviour: komorebi_client::MonocleFocusBehaviour,
|
behaviour: komorebi_client::MonocleFocusBehaviour,
|
||||||
@@ -1427,7 +1427,7 @@ enum SubCommand {
|
|||||||
ToggleCrossMonitorMoveBehaviour,
|
ToggleCrossMonitorMoveBehaviour,
|
||||||
/// Set the behaviour when focusing in a direction while a monocle container is active
|
/// Set the behaviour when focusing in a direction while a monocle container is active
|
||||||
#[clap(arg_required_else_help = true)]
|
#[clap(arg_required_else_help = true)]
|
||||||
MonocleFocusBehaviour(MonocleFocusBehaviour),
|
MonocleFocusBehaviour(MonocleFocusBehaviourArgs),
|
||||||
/// Toggle the behaviour when focusing in a direction while a monocle container is active
|
/// Toggle the behaviour when focusing in a direction while a monocle container is active
|
||||||
ToggleMonocleFocusBehaviour,
|
ToggleMonocleFocusBehaviour,
|
||||||
/// Set the operation behaviour when the focused window is not managed
|
/// Set the operation behaviour when the focused window is not managed
|
||||||
|
|||||||
Reference in New Issue
Block a user