diff options
author | Stefan Ritter <xeno@thehappy.de> | 2005-04-20 01:27:21 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2005-04-20 01:27:21 +0200 |
commit | fb60e61bbf6e1c5aa828efef45b1cb76597b42d2 (patch) | |
tree | 490c90c9a51c8b5c012cc2d4641354e5309b9c2f /fvwm/config | |
parent | 0baf956d4160595f5bc945822a79c78c47fe6de5 (diff) |
Update menus
Diffstat (limited to '')
-rw-r--r-- | fvwm/config | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/fvwm/config b/fvwm/config index 199ef81..835ad51 100644 --- a/fvwm/config +++ b/fvwm/config @@ -43,6 +43,7 @@ CursorStyle MENU left_ptr Key "Q" A CM Quit # Mouse + Mouse 1 1 N Popup FvwmWindowOpsMenu Mouse 1 2 N Close Mouse 1 4 N Maximize 100 100 Mouse 1 6 N Iconify @@ -87,3 +88,25 @@ CursorStyle MENU left_ptr *FvwmAnimate: Delay 5 *FvwmAnimate: Iterations 30 *FvwmAnimate: Width 1 + +# Menu + DestroyMenu FvwmMenu + AddToMenu FvwmMenu "Fvwm" Title + + "Restart" Restart + + "Quit" Quit + + DestroyMenu MenuFvwmRoot + AddToMenu MenuFvwmRoot + + "Urxvt" Exec exec urxvt + + "Opera" Exec exec opera + + "Fvwm" Popup FvwmMenu + + DestroyMenu FvwmWindowOpsMenu + AddToMenu FvwmWindowOpsMenu + + "Move%menu/window-move.xpm%" Move + + "Resize%menu/window-resize.xpm%" Resize + + "(Un)Shade%menu/window-shade.xpm%" WindowShade + + "(Un)Stick%menu/window-stick.xpm%" Stick + + "Close%menu/window-close.xpm%" Close + + "Delete%menu/window-delete.xpm%" Delete + + "Destroy%menu/window-destroy.xpm%" Destroy |