timeout_old
Tassilo Horn 3 years ago
parent 535b409c7e
commit 0d5288f845
  1. 4
      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,

Loading…
Cancel
Save