X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=scrotwm.1;h=d6a00994dd65a98f4525dc9050c7d3744c39da67;hb=9c3aa396f4b0e3dfe37a4f7784ca008a6f5046d0;hp=ee557cdae769c7db7989ee0588a77f1285c3e19e;hpb=161d2c0b22a70a56eb38929d91338b6c0e2c1218;p=spectrwm.git diff --git a/scrotwm.1 b/scrotwm.1 index ee557cd..d6a0099 100644 --- a/scrotwm.1 +++ b/scrotwm.1 @@ -1,5 +1,3 @@ -.\" $scrotwm$ -.\" .\" Copyright (c) 2009 Marco Peereboom .\" Copyright (c) 2009 Darrin Chandler .\" @@ -122,6 +120,11 @@ script. Some applications have dialogue windows that are too small to be useful. This ratio is the screen size to what they will be resized. For example, 0.6 is 60% of the physical screen size. +.It Cm keyboard_mapping +Clear all key bindings and load new key bindings from the specified file. +This allows you to load pre-defined key bindings for your keyboard layout. +At present, keyboard mapping files for the US and Spanish keyboards are +provided in scrotwm_us.conf and scrotwm_es.conf respectively. .It Cm layout Select layout to use at start-of-day. Defined in the format @@ -416,6 +419,22 @@ uniconify always_raise .It Cm M-v button2 +.It Cm M-- +width_shrink +.It Cm M-= +width_grow +.It Cm M-S- +height_shrink +.It Cm M-S-= +height_grow +.It Cm M-[ +move_left +.It Cm M-] +move_right +.It Cm M-S-[ +move_up +.It Cm M-S-] +move_down .El .Pp The action names and descriptions are listed below: @@ -525,6 +544,22 @@ Maximize (map) window returned by dmenu selection. When set tiled windows are allowed to obscure floating windows. .It Cm button2 Fake a middle mouse button click (mouse button 2). +.It Cm width_shrink +Shrink the width of a floating window. +.It Cm width_grow +Grow the width of a floating window. +.It Cm height_shrink +Shrink the height of a floating window. +.It Cm height_grow +Grow the height of a floating window. +.It Cm move_left +Move a floating window a step to the left. +.It Cm move_right +Move a floating window a step to the right. +.It Cm move_up +Move a floating window a step upwards. +.It Cm move_down +Move a floating window a step downwards. .El .Pp Custom bindings in the configuration file are specified as follows: