From 2bc16978fcafe7c8e6e72c9b88658048652dc974 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 1 Apr 2020 14:43:48 +0200 Subject: [PATCH] Reorder commands --- man/cagebreak-config.5.md | 186 +++++++++++++++++++------------------- 1 file changed, 93 insertions(+), 93 deletions(-) diff --git a/man/cagebreak-config.5.md b/man/cagebreak-config.5.md index eebeda2..dffc8b3 100644 --- a/man/cagebreak-config.5.md +++ b/man/cagebreak-config.5.md @@ -18,6 +18,10 @@ by prepending a line with the # symbol. ## COMMANDS +**abort** + +> Return to the default mode without running any command + **background - Set background color** > Set the background color. This command expects three floating point numbers @@ -53,88 +57,9 @@ by prepending a line with the # symbol. > Defines the key with which the current mode can be changed to "root". > `escape ` is equivalent to `definekey top switch_mode root` -**exec** +**exchangedown** -> Executes the supplied shell command using *`sh -c ""`*. Synopsis: -> ->> `exec ` - -**workspaces** - -> Requires a single integer larger than 1 and less than 30 as an argument. Sets the number of -> workspaces to the supplied number - -**vsplit** - -> Split current tile vertically - -**hsplit** - -> Split current tile horizontally - -**quit** - -> Exit cagebreak - -**focus** - -> Focus next tile - -**focusprev** - -> Focus previous tile - -**next** - -> Focus next window in current tile - -**prev** - -> Focus previous window in current tile - -**only** - -> Remove all splits and make the current window fill the entire screen - -**abort** - -> Return to the default mode without running any command - -**time** - -> Display time - -**nextscreen** - -> Focus the next screen - -**prevscreen** - -> Focus the previous screen - -**resizeleft** - -> Resize the current tile towards the left - -**resizeright** - -> Resize the current tile towards the right - -**resizedown** - -> Resize the current tile towards the bottom - -**resizeup** - -> Resize the current tile towards the top - -**workspace ** - -> Change to the n-th workspace - -**movetoworkspace ** - -> Move the currently focused window to the n-th workspace +> Exchange the current window with the window in the tile to the bottom **exchangeleft** @@ -148,14 +73,28 @@ by prepending a line with the # symbol. > Exchange the current window with the window in the tile to the top -**exchangedown** +**exec** -> Exchange the current window with the window in the tile to the bottom +> Executes the supplied shell command using *`sh -c ""`*. Synopsis: +> +>> `exec ` + +**focus** + +> Focus next tile + +**focusdown** + +> Focus the tile to the bottom **focusleft** > Focus the tile to the left +**focusprev** + +> Focus previous tile + **focusright** > Focus the tile to the right @@ -164,26 +103,87 @@ by prepending a line with the # symbol. > Focus the tile to the top -**focusdown** +**hsplit** -> Focus the tile to the bottom - -**movetonextscreen** - -> Move the current window to the next screen - -**switchvt ** - -> Switch to tty n +> Split current tile horizontally **mode ** > Enter mode "``". After a keybinding is processed, return to default mode +**movetonextscreen** + +> Move the current window to the next screen + +**movetoworkspace ** + +> Move the currently focused window to the n-th workspace + +**next** + +> Focus next window in current tile + +**nextscreen** + +> Focus the next screen + +**only** + +> Remove all splits and make the current window fill the entire screen + +**prev** + +> Focus previous window in current tile + +**prevscreen** + +> Focus the previous screen + +**quit** + +> Exit cagebreak + +**resizedown** + +> Resize the current tile towards the bottom + +**resizeleft** + +> Resize the current tile towards the left + +**resizeright** + +> Resize the current tile towards the right + +**resizeup** + +> Resize the current tile towards the top + **setmode ** > Set the default mode to `` +**switchvt ** + +> Switch to tty n + +**time** + +> Display time + +**vsplit** + +> Split current tile vertically + +**workspace ** + +> Change to the n-th workspace + +**workspaces** + +> Requires a single integer larger than 1 and less than 30 as an argument. Sets the number of +> workspaces to the supplied number + # MODES By default, three modes are defined: