]> git.pld-linux.org Git - packages/fvwm.git/blame - fvwm-system.fvwmrc
- use wmconfig to create menus
[packages/fvwm.git] / fvwm-system.fvwmrc
CommitLineData
2026016f
JR
1# Unfortunately, order does matter in this file
2# The correct order for inserting configurations is:
3# 1. Colors
4# 2. Assorted configuration paramters such as ClickToFocus, or MWMBorders
5# 3. Path setup (ModulePath, PixmapPath, IconPath)
6# 4. Style settings, including the default style Style "*" ...
7# 5. InitFunction and ResetFunction definitions.
8# 6. Other Functions. Functions cannot be forward referenced from
9# other functions, but they can be backward referenced.
10# 7. Menus definitions. Same caveats about forward referencing
11# 8. Key and Mouse Bindings.
12# 9. Module options.
13
14# The order of steps 5, 6, and 7 is not critical, as long as there are
15# no forward references to functions or menus.
16
17# If you get it wrong, the most common problem is that color or font settings
18# are ignored
19
03288714
JR
20undefine(`include')
21
2026016f
JR
22###########################################################################
23# set up the colors
24#
25# OK some people like bright clear colors on their window decorations.
26# These people, I guess would mostly be from nice sunny/good weather places
27# line California.
28#
29# StdForeColor Black
30# StdBackColor LightSkyBlue
31# HiForeColor yellow
32# HiBackColor PeachPuff1
33# PagerBackColor BlanchedAlmond
34
35# Me, I'm from Upstate New York, and live in New Hampshire, so I prefer
36# these dark muddy colors...
37
38StdForeColor Wheat
39StdBackColor DimGrey
40
41# this is used for the selected window
42HiForeColor Wheat
43HiBackColor SlateBlue4
44
45#PagerBackColor #5c54c0
46#PagerForeColor orchid
47
48StickyForeColor Black
49StickyBackColor #60c0a0
50
51# Menu colors
52MenuForeColor Wheat
53MenuBackColor DimGrey
54MenuStippleColor SlateGrey
55
56############################################################################
57# Now the fonts - one for menus, another for window titles, another for icons
58#Font -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
59#Font -*-times-medium-i-*-*-*-120-*-*-*-*-*-*
60#WindowFont -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
61#IconFont -adobe-helvetica-medium-r-*-*-11-*-*-*-*-*-*-*
62#IconFont fixed
63
64Font lucidasanstypewriter-12
65WindowFont lucidasanstypewriter-12
66IconFont lucidasanstypewriter-12
67
68###########################################################################
69# Set up the major operating modes
70#
71######################## FOCUS STUFF ##############################
72# Set windows to auto-raise after 750 milliseconds if you like it.
73# Autoraise can sometimes obscure pop-up windows. Performance is now
74# similar to olvwm's auto-raise feature.
75#AutoRaise 750
76
77# Normally, we'll be in focus-follows mouse mode, but uncomment this
78# for mwm-style click-to-focus
79#ClickToFocus
80
81######################## ICON STUFF ##############################
82# Auto Place Icons is a nice feature....
83# This creates two icon boxes, one on the left side, then one on the
84# bottom. Leaves room in the upper left for my clock and xbiff,
85# room on the bottom for the Pager.
86#IconBox -150 90 -5 -140
87#IconBox 5 -140 -140 -5
88IconBox -70 1 -1 -140
89
90# If you uncomment this, and make sure that the WindowList is bound to
91# something, it works pretty much like an icon manager.
92#SuppressIcons
93
94# StubbornIcons makes icons de-iconify into their original position on the
95# desktop, instead of on the current page.
96#StubbornIcons
97
98# With AutoPlacement, icons will normally place themselves underneath active
99# windows. This option changes that.
100#StubbornIconPlacement
101
102# If you want ALL you icons to follow you around the desktop (Sticky), try
103# this
104#StickyIcons
105
106######################## MWM EMULATION #######################
107#
108# My feeling is that everyone should use MWMDecorHints and MWMFunctionHints,
109# since some applications depend on having the window manager respect them
110
111# MWMFunction hints parses the function information in the MOTIF_WM_HINTS
112# property, and prohibits use of these functions on the window. Appropriate
113# portions of the window decorations are removed.
114MWMFunctionHints
115
116# MWM is kinda picky about what can be done to transients, and it was keeping
117# me from iconifying some windows that I like to iconify, so here's an
118# over-ride that will allow me to do the operation, even tough the menu
119# item is shaded out.
120MWMHintOverride
121
122# MWMDecor hints parses the decoration information in the MOTIF_WM_HINTS
123# property, and removes these decoratons from the window. This does not affect
124# the functions that can be performed via the menus.
125MWMDecorHints
126
127# These are affect minor aspects for the look-and-feel.
128# Sub-menus placement mwm-style?
129# MWMMenus
130# mwm-style border reliefs (less deep than default fvwm) ?
131# MWMBorders
132# Maximize button does mwm-inversion thingy
133# MWMButtons
134######################## MISCELLANEOUS STUFF #######################
135# If you don't like the default 150 msec click delay for the complex functions
136# change this and uncomment it.
137# ClickTime 150
138
139# OpaqueMove has a number (N) attached to it (default 5).
140# if the window occupies less than N% of the screen,
141# then opaque move is used. 0 <= N <= 100
142# OpaqueMove 100
143
144# flip by whole pages on the edge of the screen.
145EdgeScroll 100 100
146
147# A modest delay before flipping pages seems to be nice...
148# I thresh in a 50 pixel Move-resistance too, just so people
149# can try it out.
150EdgeResistance 350 50
151
152
153######################## WINDOW PLACEMENT #######################
154# RandomPlacement prevents user interaction while placing windows:
155#RandomPlacement
156
157# SmartPlacement makes new windows pop-up in blank regions of screen
158# if possible, or falls back to random or interactive placement.
159SmartPlacement
160
161# With SmartPlacement, windows will normally place themselves over icons.
162# Uncomment this to change that.
163#StubbornPlacement
164
165# NoPPosition instructs fvwm to ignore the PPosition field in window
166# geometry hints. Emacs annoyingly sets PPosition to (0,0)!
167NoPPosition
168
169
170######################## DECORATIONS #######################
171# If you want decorated transient windows, uncomment this:
172#DecorateTransients
173
174
175###########################################################################
176# Set up the virtual desktop and pager
177
178#set the desk top size in units of physical screen size
179DeskTopSize 2x2
180
181# and the reduction scale used for the panner/pager
182DeskTopScale 32
183
184##########################################################################
185# Module path and paths to the icons
186#
187# ModulePath is a colon-separated list, just like regular unix PATH
188ModulePath /usr/X11R6/lib/X11/fvwm/
189PixmapPath /usr/X11R6/include/X11/pixmaps/:/usr/X11R6/share/icons/:/usr/X11R6/share/icons/mini/:/usr/share/icons/:/usr/share/icons/mini/
190IconPath /usr/X11R6/include/X11/bitmaps/:/usr/X11R6/share/icons/:/usr/X11R6/share/icons/mini/:/usr/share/icons/:/usr/share/icons/mini/
191
192############################################################################
193# Set the decoration styles and window options
194# Order is important!!!!
195# If compatible styles are set for a single window in multiple Style
196# commands, then the styles are ORed together. If conflicting styles
197# are set, the last one specified is used.
198
199# These commands should command before any menus or functions are defined,
200# and before the internal pager is started.
201
202# change the default width.
203Style "*" BorderWidth 5, HandleWidth 5, Icon unknown1.xpm
204
205Style "Fvwm*" NoTitle, NoHandles, Sticky, WindowListSkip, BorderWidth 0
206# Style "Fvwm Pager" StaysOnTop
207# Style "FvwmPager" StaysOnTop
208Style "FvwmBanner" StaysOnTop
209Style "GoodStuff" NoTitle, NoHandles, Sticky, WindowListSkip, BorderWidth 0, CirculateSkip
210Style "*lock" NoTitle, NoHandles, Sticky, WindowListSkip, BorderWidth 0, CirculateSkip
211Style "xbiff" NoTitle, NoHandles, Sticky, WindowListSkip, BorderWidth 0, CirculateSkip
212Style "Maker" StartsOnDesk 1
213Style "matlab" StartsOnDesk 3
214Style "signal" StartsOnDesk 3
215Style "rxvt" Icon term.xpm
216Style "xterm" Icon xterm.xpm
217Style "Console" Icon xterm.xpm
218Style "xterm_color" Icon xterm.xpm
219Style "Appointment" Icon datebook.xpm, NoButton 2, NoButton 4
220Style "xcalc" Icon xcalc.xpm, NoButton 2
221Style "xbiff" Icon mail1.xpm, NoButton 2
222Style "xmh" Icon mail1.xpm, StartsOnDesk 2, NoButton 2
223Style "xman" Icon xman.xpm
224Style "xvgr" Icon graphs.xpm
225Style "matlab" Icon math4.xpm
226Style "xmag" Icon mag_glass.xpm
227Style "xgraph" Icon graphs.xpm
228Style "GoodStuff" Icon toolbox.xpm
229
230# Change the Maximize and iconify buttons to up and down triangles.
231
232#ButtonStyle : 2 4 50x35@1 65x65@0 35x65@0 50x35@1
233#ButtonStyle : 4 4 50x65@1 35x35@1 65x35@1 50x65@0
234
235ButtonStyle 2 20x20
236ButtonStyle 4 50x50
237
238#############################################################################
239
240# Stuff to do at start-up
241
242Function "InitFunction"
243# Module "I" FvwmBanner
244# Exec "I" xpmroot /usr/include/X11/pixmaps/fvwm.xpm &
245 Exec "I" xsetroot -solid "#266294"
246 Module "I" GoodStuff
247# Exec "I" exec xterm -geometry 80x64+0+0 &
248# Wait "I" xterm
249# Desk "I" 0 2
250# Exec "I" exec xterm -geometry +0+0 &
251# Wait "I" xterm
252# Module "I" FvwmPager 0 0
253 Desk "I" 0 0
254EndFunction
255
256Function "RestartFunction"
257 Exec "I" xsetroot -solid "#266294"
258 Module "I" GoodStuff
259# Module "I" FvwmPager 0 0
260EndFunction
261
262
263############################################################################
264# Now define some handy complex functions
265
266# This one moves and then raises the window if you drag the mouse,
267# only raises the window if you click, or does a RaiseLower if you double
268# click
269Function "Move-or-Raise"
270 Move "Motion"
271 Raise "Click"
272EndFunction
273
274# This one maximizes vertically if you click (leaving room for the GoodStuff bar at the
275# bottom, or does a full maximization if you double click, or a true full vertical
276# maximization if you just hold the mouse button down.
277Function "maximize_func"
278 Maximize "Motion" 0 100
279 Maximize "Click" 0 80
280 Maximize "DoubleClick" 100 100
281EndFunction
282
283
284# This one moves and then lowers the window if you drag the mouse,
285# only lowers the window if you click, or does a RaiseLower if you double
286# click
287Function "Move-or-Lower"
288 Move "Motion"
289 Lower "Motion"
290 Lower "Click"
291 RaiseLower "DoubleClick"
292EndFunction
293
294# This one moves or (de)iconifies:
295Function "Move-or-Iconify"
296 Move "Motion"
297 Iconify "Click"
298EndFunction
299
300# This one resizes and then raises the window if you drag the mouse,
301# only raises the window if you click, or does a RaiseLower if you double
302# click
303Function "Resize-or-Raise"
304 Resize "Motion"
305 Raise "Motion"
306 Raise "Click"
307 RaiseLower "DoubleClick"
308EndFunction
309
310
311# This is provided as a hint only.
312# Move to a known page on the desktop, then start an application in a
313# known location. Could also switch to a known desktop, I guess
314#Function "abs_coord"
315# GoToPage "Immediate" 1,1
316# Exec "Immediate" exec xcalc -geometry +100+100&
317#EndFunction
318
319
320##############################################################################
321#now define the menus - defer bindings until later
322
323# This menu is invoked as a sub-menu - it allows you to quit,
324# restart, or switch to another WM.
325Popup "Quit-Verify"
326 Title "Really Quit Fvwm?"
327 Quit "Yes, Really Quit"
328 Restart "Restart Fvwm" fvwm
329 Restart "Start twm" twm
330 Restart "Start tvtwm" tvtwm
331 Restart "Start mwm" mwm
332 Restart "Start olwm" /usr/openwin/bin/olwm
333 Nop ""
334 Nop "No, Don't Quit"
335EndPopup
336
337# Provides a list of modules to fire off
338Popup "Module-Popup"
339 Title "Modules"
340 Module "GoodStuff" GoodStuff
341 Module "Clean-Up" FvwmClean
342 Module "Identify" FvwmIdent
343 Module "SaveDesktop" FvwmSave
344 Module "Debug" FvwmDebug
345 Module "Pager" FvwmPager 0 0
346 Module "FvwmWinList" FvwmWinList
347EndPopup
348
2026016f
JR
349# This defines the most common window operations
350Popup "Window Ops"
351 Title "Window Ops"
352 Function "Move" Move-or-Raise
353 Function "Resize" Resize-or-Raise
354 Raise "Raise"
355 Lower "Lower"
356 Iconify "(De)Iconify"
357 Stick "(Un)Stick"
358 Function "(Un)Maximize" maximize_func
359 Nop ""
360 Destroy "Destroy"
361 Close "Close"
362 Nop ""
363 Refresh "Refresh Screen"
364EndPopup
365
366# A trimmed down version of "Window Ops", good for binding to decorations
367Popup "Window Ops2"
368 Function "Move" Move-or-Raise
369 Function "Resize" Resize-or-Raise
370 Raise "Raise"
371 Lower "Lower"
372 Iconify "Iconify"
373 Stick "(Un)Stick"
374 Nop ""
375 Destroy "Destroy"
376 Close "Close"
377 Nop ""
378 Module "ScrollBar" FvwmScroll 2 2
379EndPopup
380
381#############################################################################
382# One more complex function - couldn't be defined earlier because it used
383# pop-up menus
384#
385# This creates a motif-ish sticky menu for the title-bar window-ops
386# pop-up
387# Menu acts like normal twm menu if you just hold the button down,
388# but if you click instead, the menu stays up, motif style
389Function "window_ops_func"
390 PopUp "Click" Window Ops2
391 PopUp "Motion" Window Ops2
392# Motif would add:
393# I'll add it too, it can be mighty handy.
394 Close "DoubleClick"
395EndFunction
396
03288714
JR
397esyscmd(wmconfig --output afterstep --rootmenu Programs)
398
399# This menu will fire up some very common utilities
400Popup "MainMenu"
401 Title "Main Menu"
402 Exec "Xterm" exec xterm &
403 Exec "Rxvt" exec rxvt -bg Black -fg Wheat &
404 Nop ""
405 Popup "Programs" Programs
406 Popup "Modules" Module-Popup
407 Nop ""
408 Restart "Restart Fvwm" fvwm
409 Popup "Exit Fvwm" Quit-Verify
410EndPopup
2026016f
JR
411
412##############################################################################
413# This defines the mouse bindings
414
415# First, for the mouse in the root window
416# Button 1 gives the Utilities menu
417# Button 2 gives the Window Ops menu
418# Button 3 gives the WindowList (like TwmWindows)
419# I use the AnyModifier (A) option for the modifier field, so you can hold down
420# any shift-control-whatever combination you want!
421
422# Button Context Modifi Function
03288714 423Mouse 1 R A PopUp "MainMenu"
2026016f
JR
424Mouse 2 R A PopUp "Window Ops"
425Mouse 3 R A Module "winlist" FvwmWinList transient
426
427
428
429# Now the title bar buttons
430# Any button in the left title-bar button gives the window ops menu
431# Any button in the right title-bar button Iconifies the window
432# Any button in the rightmost title-bar button maximizes
433# Note the use of "Mouse 0" for AnyButton.
434
435# Button Context Modifi Function
436#Mouse 0 1 A Function "window_ops_func"
437#Mouse 0 2 A Function "maximize_func"
438#Mouse 0 4 A Iconify
439Mouse 0 1 A Function "window_ops_func"
440Mouse 1 2 A Iconify
441Mouse 3 2 A Destroy
442Mouse 1 4 A Maximize 0 100
443Mouse 3 4 A Maximize 100 100
444
445# Now the rest of the frame
446# Here I invoke my complex functions for Move-or-lower, Move-or-raise,
447# and Resize-or-Raise.
448# Button 1 in the corner pieces, with any modifiers, gives resize or raise
449#Mouse 1 F A Function "Resize-or-Raise"
450Mouse 1 FS A Resize
451# Button 1 in the title, sides, or icon, w/ any modifiers, gives move or raise
452#Mouse 1 TS A Function "Move-or-Raise"
453Mouse 1 T A Function "Move-or-Raise"
454
455# Button 1 in an icons gives move for a drag, de-iconify for a double-click,
456# nothing for a single click
457# Button 2 in an icon, w/ any modifiers, gives de-iconify
458
459Mouse 1 I A Function "Move-or-Iconify"
460Mouse 2 I A Iconify
461
462# Button 2 in the corners, sides, or title-bar gives the window ops menu
463Mouse 2 FST A Function "window_ops_func"
464# Button 3 anywhere in the decoration (except the title-bar buttons)
465# does a raise-lower
466Mouse 3 TSIF A RaiseLower
467
468# Button 3 in the window, with the Modifier-1 key (usually alt or diamond)
469# gives Raise-Lower. Used to use control here, but that interferes with xterm
470#Mouse 3 W M RaiseLower
471Mouse 1 W M RaiseLower
472Mouse 2 W M Move
473Mouse 3 W M Resize
474
475############################################################################
476# Now some keyboard shortcuts.
477
478# Arrow Keys
479# press arrow + control anywhere, and scroll by 1 page
480#Key Left A C Scroll -100 0
481#Key Right A C Scroll +100 +0
482#Key Up A C Scroll +0 -100
483#Key Down A C Scroll +0 +100
484
485# press arrow + meta key, and scroll by 1/10 of a page
486#Key Left A M Scroll -10 +0
487#Key Right A M Scroll +10 +0
488#Key Up A M Scroll +0 -10
489#Key Down A M Scroll +0 +10
490
491# press shift arrow + control anywhere, and move the pointer by 1% of a page
492#Key Left A SC CursorMove -1 0
493#Key Right A SC CursorMove +1 +0
494#Key Up A SC CursorMove +0 -1
495#Key Down A SC CursorMove +0 +1
496
497# press shift arrow + meta key, and move the pointer by 1/10 of a page
498#Key Left A SM CursorMove -10 +0
499#Key Right A SM CursorMove +10 +0
500#Key Up A SM CursorMove +0 -10
501#Key Down A SM CursorMove +0 +10
502
503# Keyboard accelerators
504#Key F1 A M CirculateUp
505#Key F1 A M Popup "Utilities"
506#Key F2 A M Popup "Window Ops"
507#Key F3 A M Module "WindowList" FvwmWinList
508#Key F4 A M Iconify
509#Key F5 A M Move
510#Key F6 A M Resize
511#Key F7 A M CirculateUp
512#Key F8 A M CirculateDown
513
514#Page Up/Dapge Down keys are used to scroll by one desktop page
515# in any context, press page up/down + control
516# in root context, just pressing page up/down is OK
517#
518# I prefer the non-wrapping scroll. These are for example purposes only
519#Key Next A C Scroll 100000 0
520#Key Next R N Scroll 100000 0
521#Key Prior A C Scroll -100000 0
522#Key Prior R N Scroll -100000 0
523
524
525############################################################################
526############################################################################
527#Definitions used by the modules
528
529###################### GoodStuff button-bar ################################
530# Colors
531*GoodStuffFore Orchid
532*GoodStuffBack Grey20
533
534# Font
535*GoodStuffFont -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
536# Geometry - really likes to pick its own size, but giving a position is OK
537*GoodStuffGeometry +0+0
538
539# Layout: specify rows or columns, not both
540*GoodStuffColumns 1
541
542*GoodStuff - - Swallow "XLoad" xload -nolabel -fg gold -bg grey10 &
543*GoodStuff - - SwallowModule "FvwmPager" FvwmPager 0 0
544
545# Define the buttons to use.....
546*GoodStuff Kill rbomb.xpm Destroy
547*GoodStuff xterm xterm.xpm Exec "xterm" xterm &
548*GoodStuff xclock clock.xpm Swallow "xclock" xclock -bg Grey20 -fg Orchid -hd Orchid -hl Orchid -geometry -1500-1500 -padding 0 &
549*GoodStuff xbiff mail1.xpm Swallow "xbiff" xbiff -bg Grey20 -fg Orchid &
550
551######################### No Clutter ########################################
552# I only wrote NoClutter as a simple test case, but maybe some big sites like
553# universities really have usage problems (too many open windows)....
554# Time delays are in seconds.
555*FvwmNoClutter 3600 Iconify 1
556*FvwmNoClutter 86400 Delete
557*FvwmNoCLutter 172800 Destroy
558
559########################## Window-Identifier ###############################
560# Just choose colors and a fonts
561*FvwmIdentBack MidnightBlue
562*FvwmIdentFore Yellow
563*FvwmIdentFont -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
564
565########################### Pager #########################################
566*FvwmPagerBack Black
567*FvwmPagerFore Orchid
568*FvwmPagerFont none
569*FvwmPagerHilight Black
570*FvwmPagerSmallFont 5x8
571
572##########################FvwmWinList##################################
573*FvwmWinListBack #908090
574*FvwmWinListFore Black
575*FvwmWinListFont -adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-*
576*FvwmWinListAction Click1 Iconify -1,Focus
577*FvwmWinListAction Click2 Iconify
578*FvwmWinListAction Click3 Module "FvwmIdent" FvwmIdent
579*FvwmWinListUseSkipList
580*FvwmWinListGeometry +0-1
581
This page took 0.143951 seconds and 4 git commands to generate.