# UWM startup file for Sun 3/50 ordinary  resolution monochrome display
resetvariables;resetbindings;resetmenus
delta=15
freeze
#grid
hiconpad=5
hmenupad=6
iconfont=oldeng
menufont=9x15
resizefont=8x13bold
#reverse
viconpad=5
vmenupad=3
volume=7
zap

#
# Mouse button/key maps
#
# FUNCTION	KEYS	CONTEXT		BUTTON		MENU(if any)
f.raise =	meta	:		:	left down
f.lower =	meta	:		:	middle down
f.menu =	meta	:		:	right down	:"Window Ops"
f.menu =			: root  :	right down	:"Window Ops"
#get drb to fix uwm, so that it pushes events which don't satisfy 
#all three constraints for uwm (key, context, button) back onto the 
#event queue so that other applications can get a crack at them.
#f.iconify =			: icon	:	left down

#
# The following bindings are for "hands-free" operation using the LOCK key.
#
f.beep =	lock	:	:	left down
f.beep =	lock	:	:	middle down
f.menu =	lock	:	:	right down	:"Window Ops"


#
# MENU DEFINITIONS
#

menu = "Window Ops" {
Reshape:				f.resize
Move:					f.move
Current:				f.focus
Iconify@New Position:	f.newiconify
"(De)Iconify":			f.iconify
New:					!"xterm &"
Top:					f.raise
Bottom:					f.lower
Circulate Up:			f.circleup
Circulate Down:			f.circledown
Refresh All Windows:	f.refresh
}
