diff options
author | Stefan Ritter <xeno@thehappy.de> | 2005-04-20 01:52:06 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2005-04-20 01:52:06 +0200 |
commit | 78ad48c327242c01b2f80051403dba9b903385fd (patch) | |
tree | 15551ca030be5c50b28f2ee3541f52f49db29251 | |
parent | fb60e61bbf6e1c5aa828efef45b1cb76597b42d2 (diff) |
Add tiling function
-rw-r--r-- | fvwm/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fvwm/config b/fvwm/config index 835ad51..77bcf43 100644 --- a/fvwm/config +++ b/fvwm/config @@ -39,6 +39,8 @@ CursorStyle MENU left_ptr Key "R" A M Desk +1 0 0 3 Key "N" A M GotoPage -1p 0 Key "T" A M GotoPage +1p 0 + Key "F" A M FvwmRearrange -tile -v 0 0 100 100 + Key "H" A M FvwmRearrange -tile -h 0 0 100 100 Key "R" A CM Restart Key "Q" A CM Quit @@ -110,3 +112,7 @@ CursorStyle MENU left_ptr + "Close%menu/window-close.xpm%" Close + "Delete%menu/window-delete.xpm%" Delete + "Destroy%menu/window-destroy.xpm%" Destroy + +# Tiling + AddToFunc StartFunction + + I Module FvwmRearrange |