@@ -55,35 +55,35 @@ The general syntax of key commands, as specified directly in the
55
55
.Nm @PACKAGE_NAME@
56
56
resource file, is as follows:
57
57
.Pp
58
- .Dl Li " Adwm*" Ns Cm command Ns Li : Ar <list>
58
+ .Dl Li " Adwm*" Ns Cm < command> Ns Li : Ar <list>
59
59
.Pp
60
60
where the fields are defined as follows:
61
61
.Pp
62
62
.Bl -tag -width Ds
63
- .It Cm command
63
+ .It Cm < command>
64
64
One of the commands described under
65
65
.Sx COMMANDS .
66
66
.It Ar <list> Li = Ar <binding> Op Li , Ar ...
67
67
A list of one or more key values, separated by commas.
68
68
The list represents the list of key bindings associated with the
69
- .Cm command .
69
+ .Cm < command> .
70
70
Each
71
71
.Ar <binding>
72
72
in the list represents a single key binding to the
73
- .Cm command
73
+ .Cm < command>
74
74
with arguments.
75
75
.It Ar <binding> Li = Ar <chain> Op Li = Ar <args>
76
76
A key chain followed by an optional equal-sign and key arguments list.
77
77
The
78
78
.Ar <chain>
79
79
specifies the sequence of key presses necessary to invoke the
80
- .Cm command ,
80
+ .Cm < command> ,
81
81
and the
82
82
.Ar <args>
83
83
specify the arguments to
84
- .Cm command
84
+ .Cm < command>
85
85
that are associated with this key binding, described for each
86
- .Cm command ,
86
+ .Cm < command> ,
87
87
below, under
88
88
.Sx COMMANDS .
89
89
.It Ar <args> Li = Ar <arg> Ns Op Li " " Ar ...
@@ -93,7 +93,7 @@ the comma, colon nor space characters.
93
93
A list of one or more key specifications, separated by colons. Each
94
94
.Ar <spec>
95
95
specifies a keypress combination that must be performed in sequence to cause the
96
- .Cm command
96
+ .Cm < command>
97
97
action to be performed.
98
98
.Pp
99
99
Example:
@@ -220,7 +220,7 @@ support a root menu.)
220
220
See
221
221
.Xr xde-menu 1
222
222
for a suitable root window menu for
223
- .Cm @PACKAGE @ .
223
+ .Nm @PACKAGE_NAME @ .
224
224
.Pp
225
225
Default:
226
226
.Li Adwm* Ns Cm command Ns Li : Ar " xde-menu -P -b 3"
@@ -231,7 +231,7 @@ The default is to not execute a shell command.
231
231
See
232
232
.Xr xde-wkspmenu 1
233
233
for a suitable workspace menu for
234
- .Cm @PACKAGE @ .
234
+ .Nm @PACKAGE_NAME @ .
235
235
.Pp
236
236
Default:
237
237
.Li Adwm* Ns Cm command2 Ns Li : Ar " xde-wkspmenu -p -b 2"
@@ -242,7 +242,7 @@ The default is to not execute a shell command.
242
242
See
243
243
.Xr xde-winlist 1
244
244
for a suitable window list menu for
245
- .Cm @PACKAGE @ .
245
+ .Nm @PACKAGE_NAME @ .
246
246
.Pp
247
247
Default:
248
248
.Li " ! Adwm*" Ns Cm command3 Ns Li : Ar " xde-winlist -p -b 1 --hidden"
@@ -258,7 +258,7 @@ The default is to not execute a shell command.
258
258
See
259
259
.Xr xde-winmenu 1
260
260
for a suitable window menu for
261
- .Cm @PACKAGE @ .
261
+ .Nm @PACKAGE_NAME @ .
262
262
.Pp
263
263
Default:
264
264
.Li Adwm* Ns Cm menucommand Ns Li : Ar " xde-winmenu -p -b 1"
@@ -1177,7 +1177,7 @@ These functions are not currently implemented.
1177
1177
Rearranges windows in floating modes (or icons, when specified). This is
1178
1178
for compatibility with
1179
1179
.Xr icewm 1 .
1180
- .Nm @PACKAGE @
1180
+ .Nm @PACKAGE_NAME @
1181
1181
does not support icons on the desktop directly, so the
1182
1182
.Cm arrangeicons
1183
1183
function is not implemented.
@@ -1250,20 +1250,6 @@ Defaults:
1250
1250
.Dl Adwm* Ns Cm spawn42 Ns Li : Ar " CWA + Right = xrandr -o right"
1251
1251
.Dl Adwm* Ns Cm spawn43 Ns Li : Ar " CWA + Down = xrandr -o inverted"
1252
1252
.Dl Adwm* Ns Cm spawn44 Ns Li : Ar " CWA + Up = xrandr -o normal"
1253
- .Pp
1254
- .It Cm command Ar shell-command
1255
- This is not a key binding. It specifies a command,
1256
- .Ar shell-command ,
1257
- to execute when a mouse button is pressed on the root window. The default pops an
1258
- XDG root menu.
1259
- .Pp
1260
- Note that additional keybindings with commands can be specified on the
1261
- same line following a comma, commas in commands must be escaped with
1262
- two backslashes (one for xrdb and one for @PACKAGE@).
1263
- .Pp
1264
- Default:
1265
- .Li Adwm* Ns Cm command Ns : Ar " xdg-traymenu -p -b 1"
1266
- .El
1267
1253
.Sh DEFAULTS
1268
1254
The default key bindings are provided in the default key file,
1269
1255
.Pa @pkgconfdir@/keysrc ,
@@ -1333,15 +1319,15 @@ Location of the default system keys file.
1333
1319
No outstanding bugs.
1334
1320
.Sh HISTORY
1335
1321
.Pp
1336
- .Cm @PACKAGE @
1322
+ .Nm @PACKAGE_NAME @
1337
1323
configuration began with the simple X Resource scheme provided by
1338
1324
.Xr echinus 1
1339
1325
and quickly grew from there to support the advanced features of
1340
- .Cm @PACKAGE @ .
1326
+ .Nm @PACKAGE_NAME @ .
1341
1327
The same basic X Resource scheme is supported and an
1342
1328
.Xr echinus 1
1343
1329
resource file will work with
1344
- .Cm @PACKAGE @
1330
+ .Nm @PACKAGE_NAME @
1345
1331
(substituting
1346
1332
.Cm Adwm*
1347
1333
for
0 commit comments