home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / fvwm / ConfigFvwmDefaults next >
Text File  |  2006-11-29  |  2KB  |  64 lines

  1. # This file gets installed in the "datadir" during fvwm
  2. # installation.  Do not remove or change this file.
  3. #
  4. #  Created on 21/Mar/1999 by DanEspen (dje):
  5. #  - FvwmDefaults file.  Contains fvwm defaults, and enough to help out
  6. #  the new user with no configuration file.
  7. #  This picks up from where the builtin table in fvwm.c SetRCDefaults ends.
  8.  
  9. # Set at least 2 root keys to bring up the builtin menu:
  10. Silent Key Help R A Popup MenuFvwmRoot
  11. Key F1 R A Popup MenuFvwmRoot
  12.  
  13. # Ctrl-Alt-Escape for aborting Wait pause and ModuleSynchronous command
  14. Key Escape A MC EscapeFunc
  15.  
  16. # Needed by the builtin WindowList command, this should match the manpage
  17. AddToFunc WindowListFunc
  18. + I Iconify off
  19. + I FlipFocus
  20. + I Raise
  21. + I WarpToWindow 5p 5p
  22.  
  23. # Needed by the ewmh support
  24. AddToFunc EWMHActivateWindowFunc
  25. + I Iconify off
  26. + I Focus
  27. + I Raise
  28.  
  29. # Also in the fvwm man page
  30. AddToFunc UrgencyFunc
  31. + I Iconify off
  32. + I FlipFocus
  33. + I Raise
  34. + I WarpToWindow 5p 5p
  35. AddToFunc UrgencyDoneFunc I Nop
  36.  
  37. # Needed by modules which use session management
  38. # FSMExecFuncWithSessionManagment "module_sm_env" "action" "orig_sm_env"
  39. AddToFunc FSMExecFuncWithSessionManagment
  40. + I Setenv SESSION_MANAGER $0
  41. + I $1
  42. + I Setenv SESSION_MANAGER $2
  43.  
  44. # Default styles
  45. Style * LowerTransient, RaiseTransient, StackTransientParent
  46. Style * TileCascadePlacement, Title, MouseFocus
  47. Style * UseIconPosition, RightTitleRotatedCW, UseTitleDecorRotation
  48. Style * EWMHPlacementUseDynamicWorkingArea, EWMHMaximizeUseDynamicWorkingArea
  49. # Default styles for tear off menus
  50. Style fvwm_menu NoPPosition, NeverFocus, NoLenience, \
  51.     WindowListSkip, CirculateSkip
  52.  
  53. # Alt-Tab:
  54. Key Tab A M WindowList Root c c NoDeskSort
  55.  
  56. # Basic Mouse controls:
  57. Mouse 1 T   A FuncFvwmRaiseLowerX Move
  58. Mouse 1 FS  A FuncFvwmRaiseLowerX Resize
  59. Mouse 2 FST A FuncFvwmRaiseLowerX Move
  60. AddToFunc FuncFvwmRaiseLowerX
  61. + I Raise
  62. + M $0
  63. + D Lower
  64.