######################################################################## # "Window Op" and "Application Menu" entries are at bottom of this page. ######################################################################## # Hotkeys. # Window Operations. # alt+m (maximise window to fit screen), alt+i (iconify), alt+c (close) # alt+r and mouse 1 (resize), alt and mouse 1 (move) # --------------------------------------------------------------------- # Menus. alt+a, alt+s, alt+d, Arrows and Tab move cursor on Menu, Esc. # --------------------------------------------------------------------- # Pager (Desktop Viewports) # Ctrl+arrows (scroll 100%) Shift+arrows (scroll 25%) # --------------------------------------------------------------------- # this config is based on sample.fvwmrc-2.4.7 by Jay Kuri 2/2/99 ######################################################################## ################# Paths ################ # Paths are given as a list of directories, seperated by colons # # IconPath A list of directories where bitmap icons can be found # # PixmapPath A list of directories where pixmap (color) icons can be found # # ModulePath A list of directories where fvwm2 modules are stored # (you probably will not need to change this) # IconPath /usr/X11R6/include/X11/bitmaps/:$HOME/bitmaps:/usr/share/pixmaps PixmapPath /usr/X11R6/include/X11/pixmaps/:$HOME/xpms:$HOME/pixmaps:/opt/kde/share/wallpapers ModulePath $FVWM_MODULEDIR:$HOME/.fvwm-modules/ ####### declare modules ######### # uncommented modules will be started automatically. # Entries in the Applications menu starts modules manually. # - the module progs in /usr/X11R6/libexec/fvwm/x.x.x/ can be # copied to the user modulepath directory. ~/.fvwm-modules. Module FvwmBacker Module FvwmPager 0 0 Module FvwnScroll 2 2 #Module FvwmButtons #Module FvwmTaskBar #Module FvwmGoodStuff #Module FvwmWharf ################## Fonts (global) ############## # Font configuration # # WindowFont Sets the font to be used in window title-bars # # IconFont Sets the font that will be used for icon labels. # WindowFont -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-* IconFont -adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-* ############### Virtual Desktop settings and borders ############## # Set up some desktop options # # Desktop [Horizontal]x[vertical] Defines the virtual desktop size, # 1x1 = one physical screen size (no virtual desktop) DesktopSize 2x2 # EdgeResistance scrolling moving # Sets how hard it is to change the desktop viewport # scrolling is in milliseconds # moving is in pixels (how far a window's edge must move to move off-screen # # These values don't much matter in this configuration as our viewport # is only as big as our screen anyway. EdgeResistance 0 0 # EdgeScroll horizontal vertical # Sets the percentage of a page to scroll when the cursor is on the edge # of the screen. Again, not useful in this configuration since we only # have a viewport as big as our screen. EdgeScroll 100 100 # OpaqueMoveSize percentage # This option tells fvwm the maximum size window that it should move # with contents intact (ie, not 'rubber-banding') You should keep this # low if you don't have good video hardware. OpaqueMoveSize 50 ############ Desktop colour and bitmap background ############ # see man FvwmBacker - use /usr/X11R6/lib/X11/rgb.txt colours # favourites - wine #180010 (also 180000-190000, deepwine-120010) # midnightblue 040020-40 (also darkblue 010010) # darkgreen 011010 # Current desktop colours # #deep wine *FvwmBackerDesk 0 -solid #120010 #dark gray #*FvwmBackerDesk 0 -solid Gray10 # dark gray ## pic background using xsetroot (colour,bitmap) or Esetroot (image) ## ## Esetroot is part of the Eterm package. #*FvwmBackerDesk 0 Exec xsetroot -solid gray10 #*FvwmBackerDesk 0 Exec xsetroot -bitmap -scale /usr/share/pixmaps/bitmap.bmp #*FvwmBackerDesk 0 Exec Esetroot -s /usr/share/pixmaps/yourpic.jpg # eperimental # #*FvwmBackerDesk 0 -vgradient #180010 #010010 # test colour #*FvwmBackerDesk 0 -solid midnightblue ############ Active window title and border colours ########### # HighlightColor # # This sets the textcolor and background color for the active window # Format: HilightColor textcolor backgroundcolor #HilightColor #ffffff #1ea819 HilightColor orange steelblue # BorderStyle # # This sets how the border of windows will be displayed. # Format: BorderStyle [state] [style] [ -- [!flag] ... ] # State is either Active or Inactive # The commands below set the borders to solid colors # BorderStyle Active Solid #1ea819 -- NoInset Handles BorderStyle Inactive Solid #11236b -- NoInset Handles ########## Titlebar size and colour blend ############## # TitleStyle # # This option sets the style of the window title-bar # We set the Active style to a Green vertical gradient, # the Active (pushed down) style to the reverse of the green gradient # and the Inactive style to a blue vertical gradient # # Format: TitleStyle [state] [style] [ -- [!flag] ... ] # #TitleStyle ActiveUp Vgradient 16 #1ea819 #065414 -- flat #TitleStyle ActiveDown Vgradient 16 #065414 #1ea819 -- flat #TitleStyle Inactive Vgradient 16 #11236b #03092b -- flat # Titlebar blending colours #TitleStyle ActiveUp Hgradient 60 steelblue grey10 -- flat TitleStyle ActiveUp Hgradient 60 darkred grey10 -- flat TitleStyle ActiveDown Hgradient 60 grey10 steelblue -- flat TitleStyle Inactive Hgradient 60 steelblue grey10 -- flat #TitleStyle Inactive Hgradient 60 grey10 grey35 -- flat # The Second Variation of TitleStyle: (textposition-height) # # See Font Configuration for titlebar font size. # Format: TitleStyle [ justification ] [ height num ] # TitleStyle LeftJustified height 14 ################ Titlebar buttons ################## # Button Styles # # Now we are going to set up the buttons # # The two commands we use are: # # ButtonStyle button [ state ] [ style ] [ -- [!]flag ... ] # # AddButtonStyle button [ state ] [ style ] [-- [!]flag ...] # # the 'button' is the number of the button you are defining, it can be # a number from 0-9 or the word 'all' which means apply the style to all # buttons. # Even button numbers are on the right, while odd button numbers are on the # left. The lower numbers are on the outside: 13579 title 86420 # # First, we set all buttons to start with the same style we are using for # the title. Then we define the pixmaps we use as our buttons using # AddButtonStyle. ButtonStyle All -- UseTitleStyle flat AddButtonStyle 1 Pixmap button.xpm #AddButtonStyle 3 Pixmap igraph.xpm #AddButtonStyle 5 Pixmap imag.xpm #AddButtonStyle 7 Pixmap imail.xpm # AddButtonStyle 8 Pixmap button-close.xpm AddButtonStyle 2 Pixmap button-max.xpm AddButtonStyle 4 Pixmap button-vert.xpm AddButtonStyle 6 Pixmap button-horiz.xpm ###################################################################### ################## Keyboard and Mouse bindings (buttons) ############# ###################################################################### # This is for keyboard shortcuts and binding Mouse buttons 1,2,3 to # the titlebar .xpms or to open a titlebar or desktop menu. ################## #### Keyboard #### ################## # Key bindings # # Now we set-up some hot-keys. # The format for Key-bindings is: # # Key keyname context modifier function # # context describes where the binding applies, W for an application window, # R for root window, A for anywhere, T for title, etc. # modifier is keyboard meta-keys which should be pressed, N for none, # S for Shift, M for Meta, C for Control, or A for any. You can combine # these, so things like SM (shift-Meta) are valid. # # Note - programmes that have their own shortcuts like MC will have # priority over your own keyboard shortcuts, and may not work # properly at all. # Window operations # Key i W M Iconify Key i I M Iconify Key c W M Close Key m W M Maximize 100 100 Key r W M Resize Key x A M Exec exec xlock -mode swarm & # Window menus Key a A M Menu "Programmes" Nop Key s A M WindowList Root c c NoDeskSort Key d A M Menu "Window-ops-Popup" Nop # Desktops by switching # Key F9 A M Desk 0 0 Key F10 A M Desk 0 1 Key F11 A M Desk 0 2 Key F12 A M Desk 0 3 # # # Viewports by scrolling # scrolls x y per 100% viewport movement # Key Up A C Scroll 0 -100 Key Down A C Scroll 0 100 Key Left A C Scroll -100 0 Key Right A C Scroll 100 0 # # # don't look at the 25% scroll too much. Gives you a headache. :-) Key Up A S Scroll 0 -25 Key Down A S Scroll 0 25 Key Left A S Scroll -25 0 Key Right A S Scroll 25 0 # Switch windows # # These are some neat ones. They allow you to hit control- # to switch focus to the window next to your current window in that direction. # Some people don't like this, if you don't, comment out these lines # # Note - this plays up with the scroll viewports when both are using # the arrow keys. Have to fix this. Use one or the other for now. # #Key Right A A Direction East (CurrentDesk CurrentPage !Iconic) Focus #Key Left A A Direction West (CurrentDesk CurrentPage !Iconic) Focus #Key Up A A Direction North (CurrentDesk CurrentPage !Iconic) Focus #Key Down A A Direction South (CurrentDesk CurrentPage !Iconic) Focus # #Key Right A A Direction East (CurrentDesk !Iconic) Focus #Key Left A A Direction West (CurrentDesk !Iconic) Focus #Key Up A A Direction North (CurrentDesk !Iconic) Focus #Key Down A A Direction South (CurrentDesk !Iconic) Focus ## alt-tabbing ## # Alt - Right_Shift combination to pop-up the windowlist menu. Key Shift_R A M WindowList Root c c NoDeskSort # # alt-tab to rotate windows Key Tab A M Lower Root c c NoDeskSort # # sample desktop tabbing #Key Tab A M Next (CurrentDesk !Iconic) Focus #Key Tab A SM Prev (CurrentDesk !Iconic) Focus ############### #### Mouse #### ############### # Mouse bindings # # Mouse bindings work in very much the same way as key bindings # # Format: Mouse Button Context Modifiers function # Mouse 1 R N Menu "Programmes" Nop Mouse 3 R N Menu "Window-Popup" Nop Mouse 2 R N Module FvwmWinList transient Mouse 1 1 N Iconify Mouse 3 1 N Menu "Window-ops-Popup" Nop Mouse 1 2 N Maximize Mouse 3 2 N Function "Resize-or-Raise" #height max Mouse 1 4 N Maximize 80 80 #width max Mouse 1 6 N Maximize 80 50 Mouse 1 8 N Delete Mouse 1 T N Function "Move-or-Raise" Mouse 1 SF N Function "Resize-or-Raise" Mouse 3 T N RaiseLower Mouse 1 I N Function "Move-or-Iconify" Mouse 3 I N Function "Move-or-Iconify" #Mouse 2 TSFI N Menu "Window-ops-Popup" Nop Mouse 3 TSFI N Menu "Window-ops-Popup" Nop Mouse 3 S N Function "Move-or-Iconify" ### Mouse Move & Resize window operations ### ## alt+mouse 1 move window ## Mouse 1 A M Function "Move-or-Raise" ## alt+mouse 3 resize window ## Mouse 3 A M Function "Resize-or-Raise" ######## Mouse Function definitions ########## ### Mouse click actions to window operations #### # # # Functions let you define more complex events than fvwm provides # in it's default configuration. It allows you to do multiple things # when something happens... for example. The following function # can be used on the titlebar of a window, and will allow you to move, # raise or windowshade a window when you move, click, or doubleclick # the titlebar, respectively. AddToFunc "Move-or-Raise" "M" Move + "M" Raise + "C" Raise + "D" WindowShade AddToFunc "Move-or-Iconify" "M" Move + "D" Iconify + "C" RaiseLower AddToFunc "Resize-or-Raise" "M" Resize + "M" Raise + "C" Raise + "D" RaiseLower ############ Module Initialization and Restarts. ############# ########### Note - FvwmPager is commented out. ############ AddToFunc "InitFunction" "Immediate" Module FvwmPager * * + "Immediate" Module FvwmAuto 750 + "Immediate" Module FvwmAudio + "Immediate" Exec xsetroot -solid \#050530 + "Immediate" Desk 0 2 + "Immediate" Desk 0 0 + "Immediate" Module FvwmAnimate #AddToFunc "RestartFunction" "Immediate" Module FvwmPager 0 3 AddToFunc "RestartFunction" "Immediate" Module FvwmPager 0 3 + "Immediate" Module FvwmAudio + "Immediate" Exec xsetroot -solid \#004020 + "Immediate" Module FvwmAuto 750 + "Immediate" Module FvwmAnimate AddToFunc "Maximize_func" "M" Maximize 0 100 + "C" Maximize 0 80 + "D" Maximize 100 100 ############### Module Settings ########## ## Appearance and Colour of modules # Resources for Modules # # Resources are usually of the form # *ModulenameOption value # # Resources are used to configure fvwm modules. See the man page for each # module to find out what resources you can set # FvwmIconManager *FvwmIconMan*background Gray10 *FvwmIconMan*foreground Green *FvwmIconMan*buttongeometry 65x17 # FvwmPager *FvwmPagerDeskTopScale 44 *FvwmPagerHilight Gray10 *FvwmPagerFore DarkGoldenrod *FvwmPagerBack #180010 *FvwmPagerFont -adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-* *FvwmPagerGeometry -0-0 *FvwmPagerLabel 0 Pager *FvwmPagerSmallFont 5x8 *FvwmPagerColumns 1 *FvwmPagerLabel 0 Pager *FvwmPagerBalloonfore white # Fvwm Window List *FvwmWinListBack Gray10 *FvwmWinListFore Green *FvwmWinListAction Click1 Iconify -1,Raise *FvwmWinListAction Click2 Iconify *FvwmWinListAction Click3 Module "FvwmIdent" FvwmIdent *FvwmWinListUseSkipList *FvwmWinListUseIconNames *FvwmWinListGeometry -50-85 *FvwmWinListMinWidth 70 *FvwmWinListMaxWidth 120 # comment out for the text centered *FvwmWinListLeftJustify # I like it achored #*FvwmWinListNoAnchor #*FvwmWinListBack DarkOliveGreen #*FvwmWinListFore PaleGoldenrod # FvwmForm # options for the FvwmForm module which we specify as 'Ssh' later on *SshFore #dfdfdf *SshBack #303030 *SshItemBack black *SshItemFore #ffffff *SshFont -*-lucidatypewriter-medium-r-*-*-14-*-*-*-m-*-*-* *SshButtonFont -*-lucidatypewriter-medium-r-*-*-14-*-*-*-m-*-*-* *SshInputFont -*-lucidatypewriter-medium-r-*-*-14-*-*-*-m-*-*-* *SshLine Left *SshText "Host" *SshInput Host 30 *SshLine Left *SshText "User" *SshInput User 30 *SshLine Center *SshButton quit "OK" ^M *SshCommand Exec exec xterm -sl 1024 -cr yellow -fg cyan -bg black -T "\"$(Host)\"" -e ssh $(Host) -l $(User) & *SshButton quit "Cancel" ^[ *SshCommand Nop ## FvwmTaskBar # *FvwmTaskBarFore linen #*FvwmTaskBarBack Gray20 *FvwmTaskBarBack LightSlateGrey #*FvwmTaskBarBack NavajoWhite4 # #*FvwmTaskBarAutoHide *FvwmTaskBarButtonWidth 32 *FvwmTaskBarShowTips *FvwmTaskBarStartName Start *FvwmTaskBarStartMenu Programmes # Style "FvwmTaskBar" BorderWidth 2, HandleWidth 2 ###### Styles for FVWM Modules ## #### Style "Fvwm*" NoTitle, NoHandles, Sticky, WindowListSkip Style "FvwmWinList" NoTitle BorderWidth 1 Style "FvwmPager" BorderWidth 3 # no idea about scrollfore option #*FvwmScrollFore red *FvwmScrollBack burlywood4 ############################################################ #### Styles (Global or Specific) for Application Windows ### ############################################################ # # # Style related options # # Styles are used to set-up how windows are treated by the window manager. # They allow you to change the way windows are placed, decorated and treated # in general. You can give different options to different windows, so that # your xterms may be decorated differently than, say, your netscape window. # # The format of the style commands are: # Style windowname options # # The windowname is the window's name class or resource string that you want # this option to affect. You can use wildcards (such as * or ?), thus # "*" specifies options for all windows. # The options that you can specify with the Style command are many and varied # and really warrant a look at the fvwm2 man page. # # We set up some global defaults here for all windows. # # Style fore/backcolor sets title and border of the inactive windows #Style "*" ForeColor grey40 #Style "*" BackColor #11236b Style "*" ForeColor grey25 Style "*" BackColor steelblue Style "*" SmartPlacement Style "*" RandomPlacement Style "*" StickyIcon Style "*" IconBox 5 -50 -134 -5 Style "*" BorderWidth 5, HandleWidth 5 Style "*" NoPPosition Style "*" NakedTransient #### Individual Application settings - for No titlebar, border, icon. ### style "XTerm" BorderWidth 4, Handlewidth 4, Icon Monitor.xpm style "aterm" BorderWidth 0, Handlewidth 0, NoTitle style "gkrellm" BorderWidth 0, Handlewidth 0, NoTitle style "Netscape" BorderWidth 7, Handlewidth 7 style "Xchat" BorderWidth 7, Handlewidth 7 Icon xchat.png Style "*clock" BorderWidth 0,NoTitle,NoHandles,WindowListSkip,Sticky Style "XMcd" NoTitle Style "*Dialog_popup" WindowListSkip Style "*Download" WindowListSkip,NoTitle ################ Fx and Snap Attraction ################ # Rubberband # # set XORvalue to something visible. This sets the coloration of the # 'rubber-band' window-borders when moving and resizing windows. XORvalue 208 # Make our windows snap-up against other windows and make icons snap # up against other icons #SnapAttraction 20 SameType # -1 off SnapAttraction -1 SameType ########### Menu's style and colour (apperance) ############ # MenuStyle # # MenuStyle is perhaps the most complicated configuration option. For this # reason we suggest you read the fvwm2 man page. However, using the # MenuStyle definition below, we will attempt to give you an idea of how to # use it. # # Format: MenuStyle stylename options # # The StyleName is a name to indicate which menustyle you are defining. All # of the menus get the '*' by default. (you can change the menu style a menu # uses with the 'changemenustyle' option) # # Here we set the default menu-style: # # Background sets the default menu background color # # ActiveFore sets the foreground color of the currently selected menu-item # # ForeGround sets the foreground color of non-selected menu-items # # Popupoffset sets the offset of child-menus. # Format: Popupoffset pixels percent # We set the percent to 100, making the child-menus pop-up to the right # of the existing menus. # # MenuFace sets the background of the menu using the 'fancy' options. # Menuface is another complicated one so again, check the man-page, # but I'll explain the one here: # This menuface command sets the background of the menus to a # Horizontal gradient using 64 colors, with one pair of colors, # from the color #758591 to the color #102030. # # Animation turns menu animations on. If you pop-up a submenu on the right # edge of the screen, the menu will move over so it is fully visible. # # # # mouse pop up menu colours # #MenuStyle * background #455561, ActiveFore #ccfcf0, ForeGround black MenuStyle * background #455561, ActiveFore #ccfcf0, ForeGround green MenuStyle * popupoffset 0 100 MenuStyle * MenuFace HGradient 64 1 #758591 100 #102030, Animation ######################################################################## ################# Menu configuration including ################### ################# sort order of entries (popups) ################### ######################################################################## ## ## ####### ## # # # # ### # # # # # # # # # # # # # # # ##### # # # # # ### # # ## # # # # # # ## # # # ###### # ## # # # ### # ######################################################################## ######################################################################## ############## Root Window Operations menu ########### # Popup menus # # # The Window-popups are used for window-operations. # # Application and root-menu definitions come later # # #### Desktop menu for window operations #### # AddToMenu "Window-Popup" + "Window Ops" Title + "Iconify (de)" Iconify + "Resize" Function Resize-or-Raise + "Move" Function Move-or-Raise + "Scrollbar" Module FvwmScroll 2 2 + "Shade (Un)" WindowShade + "Maximize (un)" Function maximize_func + "" Nop + "Close" Close + "" Nop + "(Un)Stick" Stick + "Identify" Module FvwmIdent + "Raise" Raise + "Lower" Lower + "Destroy" Destroy + "" Nop + "Refresh Screen" Refresh ######### Titlebar menu ########### ## Titlebar menu for window operations ## AddToMenu "Window-ops-Popup" + "Iconify" Iconify + "Resize" Function Resize-or-Raise + "Move" Function Move-or-Raise + "Scrollbar" Module FvwmScroll 2 2 + "Maximize (un)" Function maximize_func + "" Nop + "Close" Close + "" Nop + "(Un)Stick" Stick + "Identify" Module FvwmIdent + "Raise" Raise + "Lower" Lower + + "Destroy" Destroy + "" Nop ################################################## ######### Desktop Applications Menu ############ ## First set the order of the Application menu.### ################################################## # # the sorted order does not have to coincide with the application popups listed below. # # #menu sort start AddToMenu "Programmes" + "Programmes" Title + "xterm" Exec xterm -ms cyan -fg green -bg black + "mc" Exec xterm +sb -sl 1024 +ut -ms cyan -fg green -bg black -g 110x40 -e mc + "" Nop + "" Nop + "Net" Popup Net-Popup + "Edit" Popup Edit-Popup + "Graphics" Popup Graphics-Popup + "Media" Popup Media-Popup + "Xap" Popup Xap-Popup + "kde" Popup kde-Popup + "" Nop + "" Nop + "terms" Popup terms-Popup + "tcpip" Popup tcpip-Popup + "Development" Popup Development-Popup + "Modules" Popup Module-Popup + "Admin" Popup Admin-Popup + "" Nop + "" Nop + "eXit" Popup Quit-Verify # #menu sort finish ################## Popup entries ############## #### the individual item entries of the popups follow. #### define the correct path to your application. AddToMenu "Net-Popup" + "dialup" Popup dial + "seamonkey" Popup sea + "navigator" Popup nav + "mua" Popup mua + "im" Popup im + "irc" Popup irc + "links" Exec links -g -mode 640x480x256 file:///home + "prozgui" Exec prozgui + "gftp" Exec gftp AddToMenu "dial" + "xisp" Exec /usr/X11R6/bin/xisp + "wvdial" Exec xterm -ms cyan -fg green -e wvdial AddToMenu "sea" + "seamonkey" Exec seamonkey file:///home + "seamonkey Mail" Exec seamonkey -mail + "seamonkey News" Exec seamonkey -news + "seamonkey chat" Exec seamonkey -chat + "seamonkey Comp" Exec seamonkey -edit AddToMenu "nav" + "netscape" Exec netscape file:///home + "netscape Mail" Exec netscape -mail + "netscape News" Exec netscape -news + "netscape Comp" Exec netscape -edit AddToMenu "mua" + "sylpheed" Exec sylpheed + "pine" Exec xterm -ms cyan -e pine + "mutt" Exec xterm -ms cyan -e mutt AddToMenu "im" + "gaim" Exec gaim + "centericq" Exec xterm -ms cyan -g 110x40 -e centericq AddToMenu "irc" + "Xchat" Exec xchat + "bitchx" Exec xterm -bg black -fg green -ms cyan -g 110x40 -e BitchX -n noname irc.freenode.net + "epic" Exec xterm -bg black -fg green -ms cyan -g 110x40 -e epic + "irssi" Exec xterm -bg black -fg green -ms cyan -g 110x40 -e irssi AddToMenu "Edit-Popup" + "openoffice" Popup OO + "vi" Exec xterm -ms cyan -fg green -bg black -e vi + "abiword" Exec abiword + "gedit" Exec gedit + "xedit" Exec xedit AddToMenu "OO" + "swriter" Exec swriter + "sletter" Exec sletter + "scalc" Exec scalc + "simpress" Exec simpress + "sbase" Exec sbase + "smemo" Exec smemo + "sdraw" Exec sdraw + "sweb" Exec sweb + "slabel" Exec slabel + "svcard" Exec svcard + "sagenda" Exec sagenda + "smath" Exec smath + "sfax" Exec sfax AddToMenu "Graphics-Popup" + "gqview" Exec gqview + "gthumb" Exec gthumb + "Gimp" Exec gimp + "gtkam" Exec gtkam + "Xpaint" Exec xpaint + "Xmag" Exec xmag + "XView" Exec xv + "ee" Exec ee + "Image Magick" Exec display logo:Untitled + "colors" Popup colors AddToMenu "colors" + "gcolor" Exec gcolor + "gcolor2" Exec gcolor2 + "xcolorsel" Exec xcolorsel AddToMenu "Media-Popup" + "xawtv" Exec xawtv + "Xine" Exec xine + "alevt" Exec alevt + "xmms" Exec xmms + "realplayer" Exec realplay + "xcdroast" Exec xcdroast + "mythtv" Exec mythfrontend AddToMenu "Xap-Popup" + "Xfe" Exec xfe + "Calculator" Exec xcalc + "xpdf" Exec xpdf + "ghostview" Exec gv + "acroread" Exec acroread + "Dia" Exec dia + "Xcircuit" Exec xcircuit + "xdvi" Exec xdvi + "xcam" Exec xcam + "xsane" Exec xsane AddToMenu "kde-Popup" + "konqueror" Exec konqueror + "internet" Popup internet + "editors" Popup editors + "graphics" Popup graphics + "multimedia" Popup multimedia + "utilities" Popup utilities + "system" Popup system AddToMenu "internet" + "kppp" Exec kppp + "kmail" Exec kmail + "Knode" Exec knode + "ksirc" Exec ksirc + "kopete" Exec kopete AddToMenu "editors" + "kedit" Exec kedit + "kate" Exec kate + "kwrite" Exec kwrite + "koffice" Exec koshell AddToMenu "graphics" + "kpdf" Exec kpdf + "kpaint" Exec kpaint + "kview" Exec kview + "kruler" Exec kruler + "kfax" Exec kfax + "kcolorchooser" Exec kcolorchooser + "ksnapshot" Exec ksnapshot AddToMenu "multimedia" + "digikam" Exec digikam + "kscd" Exec kscd + "juk" Exec juk + "kmid" Exec kmid + "kmix" Exec kmix AddToMenu "utilities" + "kontact" Exec kontact + "kcalc" Exec kcalc + "kfloppy" Exec kfloppy AddToMenu "system" + "khelp" Exec khelpcenter + "ksysguard" Exec ksysguard + "kpackage" Exec kpackage + "kcontrol" Exec kcontrol AddToMenu "terms-Popup" + "aterm" Exec aterm -cr cyan -fg green +sb -g 110x40 + "rxvt" Exec rxvt -sl 1024 +ut -fg green -bg black + "eterm" Exec Eterm AddToMenu "tcpip-Popup" + "gkrellm" Exec gkrellm + "LinNeighbourhood" Exec LinNeighborhood + "ntop" Exec netscape http://localhost:3000 + "ethereal" Exec ethereal + "minicom" Exec xterm -e minicom + "Seyon" Exec seyon -modems /dev/ttyS2 + "somewhere" Exec xterm -sl 1024 -cr yellow -fg green -bg black -T Oneway -e ssh -l me somewhere.com + "generic" FvwmForm Ssh AddToMenu "Development-Popup" + "X-gdb" Exec xxgdb + "ddd" Exec ddd AddToMenu "Module-Popup" + "Pager" Module FvwmPager * + "Taskbar" Module FvwmTaskBar + "IconManager" Module FvwmIconMan + "Animation & Fx" Popup MenuFvwmAnimate + "Fvwmconfig" Module FvwmConfig + "FvwmWharf" Module FvwmWharf + "Goodstuff" Module FvwmGoodStuff + "Buttons" Module FvwmButtons + "FvwmTalk" Module FvwmTalk + "Identify" Module FvwmIdent + "Clean-Up" Module FvwmClean AddToMenu "Admin-Popup" + "Xman" Exec xman -fg green -bg black + "resources" Popup "resources-Popup" + "edit fvwm2rc" Exec xterm -ms cyan -bg black -fg green -T ".fvwm2rc (mc editor)" -e mcedit ~/.fvwm2rc + "setup (root only)" Exec xterm -ms cyan -e /sbin/setup + "pkgtool (root only)" Exec xterm -ms cyan -e /sbin/pkgtool + "pkgtools (root only)" Exec xterm -ms cyan -e pkgtools AddToMenu "resources-Popup" + "top" Exec xterm -sl 1024 +ut -ms cyan -fg green -bg black -e top + "devices" Exec xterm -sl 1024 +ut -ms cyan -fg green -bg black -e $PAGER /proc/devices + "interrupts" Exec xterm -sl 1024 +ut -ms cyan -fg green -bg black -e $PAGER /proc/interrupts + "ioports" Exec xterm -sl 1024 +ut -ms cyan -fg green -bg black -e $PAGER /proc/ioports + "modules" Exec xterm -sl 1024 +ut -ms cyan -fg green -bg black -e $PAGER /proc/modules + "pci" Exec xterm -sl 1024 +ut -ms cyan -fg green -bg black -e $PAGER /proc/pci + "dma" Exec xterm -sl 1024 +ut -ms cyan -fg green -bg black -e $PAGER /proc/dma + "cpuinfo" Exec xterm -sl 1024 +ut -ms cyan -fg green -bg black -e $PAGER /proc/cpuinfo + "partitions" Exec xterm -sl 1024 +ut -ms cyan -fg green -bg black -e $PAGER /proc/partitions + "uptime" Exec xterm -sl 1024 +ut -ms cyan -fg green -bg black -e $PAGER /proc/uptime AddToMenu "Quit-Verify" + "Restart fvwm2" Restart fvwm2 + "Refresh" Refresh + "" Nop + "Start Windowmaker" Restart wmaker + "Start Fluxbox" Restart fluxbox + "" Nop + "Lock" Exec xlock -fg green -mode random + "xscreensaver" Exec xscreensaver + "" Nop + "" Nop + "Quit" Quit ######################################################################## # # Footnotes: # to enable colours in the x utility programmes (eg xcalc, xedit) # put the following in the ~/.Xdefaults file. (see #man xrdb) # Config files are in /etc/X11/app-defaults dir. # # --cut-- # #ifdef COLOR # *customization: -color # --cut-- # # # Use Ctrl-Arrows and Shift-Arrows to move viewport. # # # There are some problems with Page scroll not working # on newer versions of xterm (RH7.3). Change mc key emulation # to emacs and use Ctrl+v , Alt+v # ########################################################################