|
|
1.1 root 1: #/************************************************************************
2: # * *
3: # * Placed in the public domain by *
4: # * Digital Equipment Corporation, Maynard, MA *
5: # * *
6: # * The information in this software is subject to change without *
7: # * notice and should not be construed as a commitment by Digital *
8: # * Equipment Corporation. Digital makes no representations *
9: # * about suitability of this software for any purpose. It is *
10: # * supplied "as is" without express or implied warranty. *
11: # * *
12: # ************************************************************************/
13: #
14: #/*
15: # * MODIFICATION HISTORY
16: # *
17: # * 000 -- M. Gancarz, DEC Ultrix Engineering Group
18: # */
19:
20: # SCCSID="@(#)mono.uwmrc 3.9 1/24/86"
21: #
22: # mono.uwmrc - Startup file for the "uwm" window manager on a system
23: # with at least 4 planes AND a monochrome monitor
24: #
25: # This file is normally kept in your home directory and is read by an
26: # invocation of "uwm" in your .login or .profile.
27: #
28: #
29: #
30: resetvariables;resetbindings;resetmenus
31: delta=15
32: freeze
33: grid
34: hiconpad=5
35: hmenupad=6
36: iconfont=oldeng
37: menufont=timrom12b
38: resizefont=helv12b
39: #reverse
40: viconpad=5
41: vmenupad=3
42: volume=7
43: zap
44:
45: #
46: # Mouse button/key maps
47: #
48: # FUNCTION KEYS CONTEXT BUTTON MENU(if any)
49: f.menu = meta : : left down :"WINDOW OPS"
50: f.beep = meta : : middle down
51: f.menu = meta : : right down :" CREATE WINDOW "
52:
53: #
54: # The following bindings are for "hands-free" operation using the LOCK key.
55: #
56: f.menu = lock : : left down :"WINDOW OPS"
57: f.beep = lock : : middle down
58: f.menu = lock : : right down :" CREATE WINDOW "
59:
60:
61: #
62: # MENU DEFINITIONS
63: #
64:
65: menu = " CREATE WINDOW " {
66: Black: !"xterm -r -bw 3 &"
67: White: !"xterm -bw 3 &"
68: "Gray #1": !"xterm -bw 3 -bg LimeGreen -fg Black &"
69: "Gray #2": !"xterm -bw 3 -bg MediumSeaGreen -fg White &"
70: "Gray #3": !"xterm -bw 3 -bd White -bg DarkSlateGray -fg White &"
71: }
72:
73: menu = "WINDOW OPS" {
74: "(De)Iconify": f.iconify
75: Move: f.move
76: Resize: f.resize
77: Lower: f.lower
78: Raise: f.raise
79: "Others -->": f.menu:"EXTENDED WINDOW OPS"
80: }
81:
82: menu = "EXTENDED WINDOW OPS" {
83: Iconify @ New Position: f.newiconify
84: Focus Keyboard on Window: f.focus
85: Freeze All Windows: f.pause
86: Circulate Windows Up: f.circleup
87: Circulate Windows Down: f.circledown
88: Refresh All Windows: f.refresh
89: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.