diff --git a/src/cmds.rs b/src/cmds.rs index fd8986c..81a235a 100644 --- a/src/cmds.rs +++ b/src/cmds.rs @@ -82,18 +82,22 @@ pub enum SwayrCommand { #[clap(subcommand)] windows: ConsiderWindows, }, + /// Focus the next floating window. NextFloatingWindow { #[clap(subcommand)] windows: ConsiderWindows, }, + /// Focus the previous floating window. PrevFloatingWindow { #[clap(subcommand)] windows: ConsiderWindows, }, + /// Focus the next window having the same layout as the current one. NextSimilarWindow { #[clap(subcommand)] windows: ConsiderWindows, }, + /// Focus the previous window having the same layout as the current one. PrevSimilarWindow { #[clap(subcommand)] windows: ConsiderWindows,