| # -----------------------------------------------------------------------------
|
| # Core Configuration
|
| # -----------------------------------------------------------------------------
|
| # This is a very basic, working configuration.
|
|
|
| # Add modules to be launched at startup
|
| AddToFunc InitFunction
|
| + I Module FvwmButtons top_panel
|
| + I Module FvwmButtons bottom_panel
|
| + I Module FvwmTaskBar
|
|
|
| # -----------------------------------------------------------------------------
|
| # Top Taskbar (FvwmButtons)
|
| # -----------------------------------------------------------------------------
|
| # This defines the top panel at the top of the screen.
|
| *FvwmButtons-top_panel: Geometry 100%x30+0+0
|
| *FvwmButtons-top_panel: Colorset 0
|
| *FvwmButtons-top_panel: Button "Terminal" (40x30, Action(Mouse 1) Exec xterm)
|
|
|
| # -----------------------------------------------------------------------------
|
| # Bottom Taskbar (FvwmButtons)
|
| # -----------------------------------------------------------------------------
|
| # This defines the bottom panel at the bottom of the screen.
|
| *FvwmButtons-bottom_panel: Geometry 100%x30+0-0
|
| *FvwmButtons-bottom_panel: Colorset 0
|
| *FvwmButtons-bottom_panel: Button "Taskbar" (100%x30, Action(Mouse 1) Module FvwmTaskBar)
|
|
|
| # -----------------------------------------------------------------------------
|
| # FvwmTaskBar (the list of running windows)
|
| # -----------------------------------------------------------------------------
|
| # This defines the taskbar and places it at the bottom.
|
| # We are making this a separate module for simplicity.
|
| *FvwmTaskBar: Geometry 100%x30+0-0
|
| *FvwmTaskBar: Colorset 0
|
|
|
| # -----------------------------------------------------------------------------
|
| # Colorsets
|
| # -----------------------------------------------------------------------------
|
| # This defines a simple color scheme.
|
| Colorset 0 fg black, bg #cccccc, sh #aaaaaa, hi #888888
|
|
|
| # -----------------------------------------------------------------------------
|
| # Mouse and Keyboard Bindings
|
| # -----------------------------------------------------------------------------
|
| # A simple menu to exit. Left-click on the desktop to bring it up.
|
| DestroyMenu "FvwmMenu"
|
| AddToMenu "FvwmMenu" "Exit Fvwm" Quit
|
| Mouse 1 R A "FvwmMenu" Menu FvwmMenu
|