X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=scrotwm.1;h=e1ab194d55890564284ac1d3b39f4ebd0164a802;hb=9ac89dc393d3fba5f4820658e943edce054c6b17;hp=fe77be16c8cb848da9c6f3de7b5e52f52e6d3de6;hpb=3036d4f595e86ef19ba8c2493f8500808ee6e89f;p=spectrwm.git diff --git a/scrotwm.1 b/scrotwm.1 index fe77be1..e1ab194 100644 --- a/scrotwm.1 +++ b/scrotwm.1 @@ -13,7 +13,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 11 2011 $ +.Dd $Mdocdate: November 30 2011 $ .Dt SCROTWM 1 .Os .Sh NAME @@ -108,6 +108,12 @@ such as battery life. Update frequency, in seconds, of external script that populates the status bar. .It Cm bar_at_bottom Place the statusbar at the bottom of each region instead of the top. +.It Cm bar_justify +Justify the status bar text. Possible values are +.Pa left , +.Pa center , +and +.Pa right . .It Cm stack_enabled Enable or disable displaying the current stacking algorithm in the status bar. .It Cm clock_enabled @@ -311,12 +317,12 @@ fields and will be substituted for values at the time the program is spawned: Example: .Bd -literal -offset indent program[ff] = /usr/local/bin/firefox http://scrotwm.org/ -bind[ff] = Mod+f # Now Mod+F launched firefox +bind[ff] = Mod+Shift+b # Now Mod+Shift+B launches firefox .Ed .Pp To undo the previous: .Bd -literal -offset indent -bind[] = Mod+f +bind[] = Mod+Shift+b program[ff] = .Ed .Sh BINDINGS @@ -350,7 +356,7 @@ restart .It Cm M- Ns Aq Cm Space cycle_layout .It Cm M-S- Ns Aq Cm Space -reset_layout +stack_reset .It Cm M-h master_shrink .It Cm M-l @@ -395,6 +401,10 @@ wind_kill ws_next .It Cm M- Ns Aq Cm Left ws_prev +.It Cm M- Ns Aq Cm Up +ws_next_all +.It Cm M- Ns Aq Cm Down +ws_prev_all .It Cm M-a ws_prior .It Cm M-S- Ns Aq Cm Right @@ -437,11 +447,17 @@ move_right move_up .It Cm M-S-] move_down +.It Cm M-S-/ +name_workspace +.It Cm M-/ +search_workspace +.It Cm M-s +search_win .El .Pp The action names and descriptions are listed below: .Pp -.Bl -tag -width "M-j, M-XXX" -offset indent -compact +.Bl -tag -width "M-j, M-XXXX" -offset indent -compact .It Cm term Spawn a new terminal (see @@ -460,7 +476,7 @@ Restart .Nm . .It Cm cycle_layout Cycle layout. -.It Cm reset_layout +.It Cm stack_reset Reset layout. .It Cm master_shrink Shrink master area. @@ -508,6 +524,10 @@ is 1 through 10. Switch to next workspace with a window in it. .It Cm ws_prev Switch to previous workspace with a window in it. +.It Cm ws_next_all +Switch to next workspace. +.It Cm ws_prev_all +Switch to previous workspace. .It Cm ws_prior Switch to last visited workspace. .It Cm screen_next @@ -562,6 +582,12 @@ Move a floating window a step to the right. Move a floating window a step upwards. .It Cm move_down Move a floating window a step downwards. +.It Cm name_workspace +Name the current workspace. +.It Cm search_workspace +Search for a workspace. +.It Cm search_win +Search the windows in the current workspace. .El .Pp Custom bindings in the configuration file are specified as follows: @@ -596,6 +622,8 @@ Czech Republic keyboard layout Spanish keyboard layout .It Cm scrotwm_fr.conf French keyboard layout +.It Cm scrotwm_fr_ch.conf +Swiss French keyboard layout .It Cm scrotwm_us.conf United States keyboard layout .El