Home
last modified time | relevance | path

Searched refs:MoveWindowDown (Results 1 – 6 of 6) sorted by relevance

/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm/src/
H A Dcommand.rs28 MoveWindowDown, enumerator
H A Dconfig.rs60 BaseCommand::MoveWindowDown => leftwm_core::Command::MoveWindowDown, in try_from()
541 command: BaseCommand::MoveWindowDown, in default()
595 command: BaseCommand::MoveWindowDown, in default()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/
H A Dcommand.rs19 MoveWindowDown, enumerator
/dports/x11-wm/leftwm/leftwm-0.2.11/themes/controlling_leftwm/
H A DREADME.md20 MoveWindowDown
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/utils/
H A Dcommand_pipe.rs94 "MoveWindowDown" => Ok(Command::MoveWindowDown), in parse_command()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/handlers/
H A Dcommand_handler.rs48 Command::MoveWindowDown => move_focus_common_vars(move_window_change, state, 1), in process_internal()