BSD 4_3 release
[unix-history] / usr / contrib / X / uwm / default.uwmrc
CommitLineData
95f51977
C
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="@(#)default.uwmrc 3.8 1/24/86"
21#
22# default.uwmrc - default bindings for the "uwm" window manager
23#
24# This file is a duplicate of uwm's built-in bindings.
25# Any changes to this file should also be added to the file "Bindings.c"
26# in the uwm sources.
27#
28#
29#
30
31#
32# Global variables
33#
34resetbindings;resetvariables;resetmenus
35autoselect
36delta=25
37freeze
38grid
39hiconpad=5
40hmenupad=6
41iconfont=oldengssx
42menufont=timrom12b
43resizefont=9x15
44viconpad=5
45vmenupad=3
46volume=7
47
48#
49# Mouse button/key maps
50#
51# FUNCTION KEYS CONTEXT BUTTON MENU(if any)
52# ======== ==== ======= ====== ============
53f.menu = meta : : left down :"WINDOW OPS"
54f.menu = meta : : middle down :"EXTENDED WINDOW OPS"
55f.move = meta :w|i : right down
56f.circleup = meta :root : right down
57
58
59#
60# Menu specifications
61#
62
63menu = "WINDOW OPS" {
64"(De)Iconify": f.iconify
65Move: f.move
66Resize: f.resize
67Lower: f.lower
68Raise: f.raise
69}
70
71menu = "EXTENDED WINDOW OPS" {
72Create Window: !"xterm &"
73Iconify at New Position: f.newiconify
74Focus Keyboard on Window: f.focus
75Freeze All Windows: f.pause
76Unfreeze All Windows: f.continue
77Circulate Windows Up: f.circleup
78Circulate Windows Down: f.circledown
79}