xref: /csrg-svn/usr.bin/window/windowrc (revision 14807)
1*14807Sedward#	@(#)windowrc	3.2 83/08/22
214804Sedward
314804Sedward# configuration file example for window manager
4*14807Sedward# to be installed in ~/.windowrc
514804Sedward#
614804Sedward# creates two unequal sized windows of full screen width.
714804Sedward
814804Sedward# terse				# set terse mode (if you want)
914804Sedward# escape ^A			# set escape character (if you want)
1014804Sedward
1114804Sedwardwindow * * 15 *			# top window 15 lines
1214804Sedwardlabel 1 "Top Window"		# label it
1314804Sedwardwindow 17 * * *			# bottom window rest of the screen
1414804Sedwardlabel 2 "Bottom Window"		# label
1514804Sedward%1				# current window is 1
16