Home
last modified time | relevance | path

Searched refs:NextLayout (Results 1 – 11 of 11) sorted by relevance

/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm/src/
H A Dcommand.rs41 NextLayout, enumerator
H A Dconfig.rs80 BaseCommand::NextLayout => leftwm_core::Command::NextLayout, in try_from()
565 command: BaseCommand::NextLayout, in default()
613 command: BaseCommand::NextLayout, in default()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/
H A Dcommand.rs32 NextLayout, enumerator
/dports/x11-wm/leftwm/leftwm-0.2.11/themes/controlling_leftwm/
H A DREADME.md26 NextLayout
/dports/x11-wm/hs-xmonad/xmonad-0.17.0/src/XMonad/
H A DLayout.hs136 data ChangeLayout = FirstLayout | NextLayout deriving (Eq, Show) constructor
214 handleMessage lr m | Just NextLayout <- fromMessage m = do
H A DConfig.hs192 …, ((modMask, xK_space ), sendMessage NextLayout) -- %! Rotate through the available …
/dports/x11-wm/hs-xmonad/xmonad-0.17.0/man/
H A Dxmonad.hs75 , ((modm, xK_space ), sendMessage NextLayout)
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/utils/
H A Dcommand_pipe.rs102 "NextLayout" => Ok(Command::NextLayout), in parse_command()
/dports/devel/upp/upp/uppsrc/ide/LayDes/
H A DLayDes.h442 void NextLayout();
H A Dlaydes.cpp1361 void LayDes::NextLayout() in NextLayout() function in LayDes
1697 NextLayout(); in DoKey()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/handlers/
H A Dcommand_handler.rs56 Command::NextLayout => next_layout(state), in process_internal()