# This file gets installed in the "sysconfdir" during fvwm
# installation.  Do not remove or change this file.

#  Modification History

#  Created on 03/21/99 by DanEspen (dje):
#  - FvwmDefaults file.  Contains fvwm defaults, and enough to help out
#  the new user with no configuration file.
#  This picks up from where the builtin table in fvwm.c SetUpRCDefaults ends.

# Set at least 2 root keys to bring up the builtin menu:
Key Help R A Popup MenuFvwmRoot
Key F1 R A Popup MenuFvwmRoot
# Ctrl-Alt-Escape for aboring Wait pause and ModuleSynchronous command
Key Escape A MC EscapeFunc

# Needed by the builtin WindowList command, this should match the manpage.
AddToFunc WindowListFunc I WindowId $0 Iconify off
+ I WindowId $0 FlipFocus
+ I WindowId $0 Raise
+ I WindowId $0 WarpToWindow 5p 5p
# Also in fvwm man page.
AddToFunc UrgencyFunc I Iconify off
+ I FlipFocus
+ I Raise
+ I WarpToWindow 5p 5p
AddToFunc UrgencyDoneFunc I Nop
# Alt-Tab:
Key Tab A M WindowList Root c c NoDeskSort
# Default styles
Style * GrabFocusTransient
Style * LowerTransient, RaiseTransient, StackTransientParent
Style * RandomPlacement, SmartPlacement
Style * Title, MouseFocus, GrabFocusOff
# Basic Mouse controls:
Mouse 1 TS A FuncFvwmRaiseLowerX Move
Mouse 1 F  A FuncFvwmRaiseLowerX Resize
AddToFunc FuncFvwmRaiseLowerX I Raise
+ M $0
+ D Lower

