summaryrefslogtreecommitdiff
path: root/src/system.twmrc
blob: f346dbef02a580156f2c24c5919fede78aceff8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
#
# Default twm configuration file; needs to be kept small to conserve string
# space in systems whose compilers don't handle medium-sized strings.
#
# Sites should tailor this file, providing any extra title buttons, menus, etc.
# that may be appropriate for their environment.  For example, if most of the
# users were accustomed to uwm, the defaults could be set up not to decorate
# any windows and to use meta-keys.
#

NoGrabServer
RestartPreviousState
DecorateTransients
TitleFont "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*"
ResizeFont "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*"
MenuFont "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*"
IconFont "-adobe-helvetica-bold-r-normal--*-100-*-*-*-*-*-*"
IconManagerFont "-adobe-helvetica-bold-r-normal--*-100-*-*-*"
#ClientBorderWidth

Color
{
    BorderColor "slategrey"
    DefaultBackground "rgb:2/a/9"
    DefaultForeground "gray85"
    TitleBackground "rgb:2/a/9"
    TitleForeground "gray85"
    MenuBackground "rgb:2/a/9"
    MenuForeground "gray85"
    MenuBorderColor "slategrey"
    MenuTitleBackground "gray70"
    MenuTitleForeground "rgb:2/a/9"
    IconBackground "rgb:2/a/9"
    IconForeground "gray85"
    IconBorderColor "gray85"
    IconManagerBackground "rgb:2/a/9"
    IconManagerForeground "gray85"
}

#
# Define some useful functions for motion-based actions.
#
MoveDelta 3
Function "move-or-lower" { f.move f.deltastop f.lower }
Function "move-or-raise" { f.move f.deltastop f.raise }
Function "move-or-iconify" { f.move f.deltastop f.iconify }

#
# Set some useful bindings.  Sort of uwm-ish, sort of simple-button-ish
#
Button1 = : root : f.menu "defops"

Button1 = m : window|icon : f.function "move-or-lower"
Button2 = m : window|icon : f.iconify
Button3 = m : window|icon : f.function "move-or-raise"

Button1 = : title : f.function "move-or-raise"
Button2 = : title : f.raiselower

Button1 = : icon : f.function "move-or-iconify"
Button2 = : icon : f.iconify

Button1 = : iconmgr : f.iconify
Button2 = : iconmgr : f.iconify

#
# And a menus with the usual things
#
menu "defops"
{
"Twm"	f.title
"XTerm"         !"xterm &"
""		f.nop
"Utilities"	f.menu "Utilities"
""		f.nop
"Window Ops"    f.menu "Window Ops"
""		f.nop
"Kill"		f.destroy
"Delete"	f.delete
""		f.nop
"Refresh"	f.refresh
""		f.nop
"(Re)Start"	f.menu "Restart"
"Exit"		f.menu "Quit"
}

menu "Utilities"
{
"Top"		!"xterm -T Top -n Top -e top &"
"Calculator"	!"xcalc &"
"Xman"		!"xman &"
"Xmag"		!"xmag &"
"Editres"	!"editres &"
""		f.nop
#"XEmacs"	!"xemacs &"
#"Mail"		!"xmh -font fixed &"
#""		f.nop
"XLock"		!"xlock -mode random &"
"Reset X defaults" !"xrdb -load $HOME/.Xdefaults"
}

menu "Window Ops"
{
"Iconify"	f.iconify
"Resize"	f.resize
"Move"		f.move
"Raise"		f.raise
"Lower"		f.lower
""		f.nop
"Focus"		f.focus
"Unfocus"	f.unfocus
"Show Iconmgr"	f.showiconmgr
"Hide Iconmgr"	f.hideiconmgr
}

menu "Restart"
{
"Restart"	f.restart
""		f.nop
"twm"		f.startwm "twm"
"fvwm"		f.startwm "fvwm"
"wm2"		f.startwm "wm2"
"ctwm"		f.startwm "ctwm"
"mwm"		f.startwm "mwm"
"olwm"		f.startwm "olwm"
""		f.nop
"dummy"		f.startwm "xterm"
}
menu "Quit"
{
"Don't quit"	f.nop
 ""		f.nop
"Really Quit"	f.quit
}