mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-25 01:58:51 +02:00
style: cargo +nightly fmt --all
This commit is contained in:
@@ -525,7 +525,7 @@ struct WorkspaceRule {
|
||||
monitor: usize,
|
||||
/// Workspace index on the specified monitor (zero-indexed)
|
||||
workspace: usize,
|
||||
#[clap(short,long)]
|
||||
#[clap(short, long)]
|
||||
/// Only apply once on first app load
|
||||
apply_on_first_show_only: bool,
|
||||
}
|
||||
@@ -538,7 +538,7 @@ struct NamedWorkspaceRule {
|
||||
id: String,
|
||||
/// Name of a workspace
|
||||
workspace: String,
|
||||
#[clap(short,long)]
|
||||
#[clap(short, long)]
|
||||
/// Only apply once on first app load
|
||||
apply_on_first_show_only: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user