2011-11-05 20:03:47 -06:00
|
|
|
.\" $OpenBSD: cwmrc.5,v 1.42 2011/11/06 02:03:47 okan Exp $
|
2008-03-23 09:09:21 -06:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org>
|
|
|
|
.\"
|
|
|
|
.\" Permission to use, copy, modify, and distribute this software for any
|
|
|
|
.\" purpose with or without fee is hereby granted, provided that the above
|
|
|
|
.\" copyright notice and this permission notice appear in all copies.
|
|
|
|
.\"
|
|
|
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
|
|
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
|
|
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
|
|
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
|
|
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
|
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
|
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
.\"
|
2011-11-05 20:03:47 -06:00
|
|
|
.Dd $Mdocdate: November 6 2011 $
|
2008-04-27 19:27:46 -06:00
|
|
|
.Dt CWMRC 5
|
2008-03-23 09:09:21 -06:00
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm cwmrc
|
|
|
|
.Nd calm window manager configuration file
|
|
|
|
.Sh DESCRIPTION
|
2008-05-18 13:33:36 -06:00
|
|
|
This manual page describes the
|
2008-03-23 09:09:21 -06:00
|
|
|
.Xr cwm 1
|
2008-05-18 13:33:36 -06:00
|
|
|
configuration file.
|
2011-06-25 07:12:56 -06:00
|
|
|
.Pp
|
|
|
|
The current line can be extended over multiple lines using a backslash
|
|
|
|
.Pq Sq \e .
|
|
|
|
Comments can be put anywhere in the file using a hash mark
|
|
|
|
.Pq Sq # ,
|
|
|
|
and extend to the end of the current line.
|
|
|
|
Care should be taken when commenting out multi-line text:
|
|
|
|
the comment is effective until the end of the entire block.
|
|
|
|
.Pp
|
|
|
|
Arguments containing whitespace should be surrounded by double quotes
|
|
|
|
.Pq \&" .
|
|
|
|
.Pp
|
|
|
|
The following options are accepted:
|
2008-03-23 09:09:21 -06:00
|
|
|
.Pp
|
2008-05-18 13:33:36 -06:00
|
|
|
.Bl -tag -width Ds -compact
|
2010-07-30 06:28:19 -06:00
|
|
|
.It Ic autogroup Ar group windowname
|
|
|
|
.It Ic autogroup Ar group windowname,windowclass
|
2010-09-25 13:54:02 -06:00
|
|
|
Control automatic window grouping, based on the name and/or class
|
2008-05-18 13:33:36 -06:00
|
|
|
properties, where
|
|
|
|
.Ar group
|
2008-05-19 11:13:55 -06:00
|
|
|
is a number between 0 and 9.
|
|
|
|
If the group number is 0, then the window will not be grouped; this to
|
2009-02-07 14:07:00 -07:00
|
|
|
allow for
|
2008-05-19 11:13:55 -06:00
|
|
|
.Dq sticky
|
|
|
|
windows in sticky group mode.
|
2008-03-23 09:09:21 -06:00
|
|
|
.Pp
|
2010-09-25 13:54:02 -06:00
|
|
|
The name and class of a window may be obtained using
|
2008-05-18 13:33:36 -06:00
|
|
|
.Xr xprop 1 .
|
2008-03-23 09:09:21 -06:00
|
|
|
.Pp
|
2009-08-08 11:27:51 -06:00
|
|
|
.It Ic bind Ar keys command
|
2008-05-18 13:33:36 -06:00
|
|
|
Cause the creation of a keybinding, or replacement of a default
|
|
|
|
keybinding.
|
|
|
|
The modifier keys come first, followed by a
|
|
|
|
.Sq - .
|
|
|
|
.Pp
|
2008-03-23 09:09:21 -06:00
|
|
|
The following modifiers are recognised:
|
2008-05-18 13:33:36 -06:00
|
|
|
.Pp
|
|
|
|
.Bl -tag -width Ds -offset indent -compact
|
|
|
|
.It C
|
2008-03-23 09:09:21 -06:00
|
|
|
The Control key.
|
2008-05-18 13:33:36 -06:00
|
|
|
.It M
|
2008-03-23 09:09:21 -06:00
|
|
|
The Meta key.
|
2008-05-18 13:33:36 -06:00
|
|
|
.It S
|
2008-03-23 09:09:21 -06:00
|
|
|
The Shift key.
|
2008-05-18 13:33:36 -06:00
|
|
|
.It 4
|
2008-03-23 09:09:21 -06:00
|
|
|
The Mod4 key (normally the windows key).
|
|
|
|
.El
|
2008-05-18 13:33:36 -06:00
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Sq -
|
|
|
|
should be followed by either a keysym name, taken from
|
2008-03-23 09:09:21 -06:00
|
|
|
.Pa /usr/X11R6/include/X11/keysymdef.h ,
|
2008-05-18 13:33:36 -06:00
|
|
|
or a numerical keycode value enclosed in
|
|
|
|
.Dq [] .
|
|
|
|
The
|
|
|
|
.Ar command
|
2008-06-13 15:22:34 -06:00
|
|
|
may either be one from the
|
|
|
|
.Sx BIND COMMAND LIST
|
|
|
|
(see below) or the command line that is to be executed.
|
2008-03-23 09:09:21 -06:00
|
|
|
.Pp
|
2008-05-18 13:33:36 -06:00
|
|
|
A special
|
|
|
|
.Ar command
|
|
|
|
keyword
|
|
|
|
.Dq unmap
|
|
|
|
can be used to remove the named keybinding.
|
|
|
|
This can be used to remove a binding which conflicts with an
|
|
|
|
application.
|
2008-03-23 09:09:21 -06:00
|
|
|
.Pp
|
2009-01-21 08:04:38 -07:00
|
|
|
.It Ic borderwidth Ar pixels
|
|
|
|
Set the window border width to
|
|
|
|
.Ar pixels .
|
|
|
|
.Pp
|
2009-05-17 17:40:57 -06:00
|
|
|
.It Ic color activeborder Ar color
|
|
|
|
Set the color of the active border.
|
|
|
|
.Pp
|
2011-09-08 06:35:33 -06:00
|
|
|
.It Ic color font Ar color
|
|
|
|
Set menu font color.
|
|
|
|
.Pp
|
2009-05-17 17:40:57 -06:00
|
|
|
.It Ic color groupborder Ar color
|
|
|
|
Set the color of the border while grouping a window.
|
|
|
|
.Pp
|
|
|
|
.It Ic color inactiveborder Ar color
|
|
|
|
Set the color of the inactive border.
|
|
|
|
.Pp
|
2011-09-08 06:07:03 -06:00
|
|
|
.It Ic color menubg Ar color
|
|
|
|
Set menu background color.
|
|
|
|
.Pp
|
|
|
|
.It Ic color menufg Ar color
|
|
|
|
Set menu foreground color.
|
|
|
|
.Pp
|
2009-05-17 17:40:57 -06:00
|
|
|
.It Ic color ungroupborder Ar color
|
|
|
|
Set the color of the border while ungrouping a window.
|
|
|
|
.Pp
|
2009-08-08 11:27:51 -06:00
|
|
|
.It Ic command Ar name path
|
2008-05-18 13:33:36 -06:00
|
|
|
Every
|
|
|
|
.Ar name
|
|
|
|
entry is shown in the application menu.
|
|
|
|
When selected, the defined
|
|
|
|
.Ar path
|
|
|
|
is executed with
|
|
|
|
.Xr execve 2 .
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Ar name
|
|
|
|
entries
|
|
|
|
.Nm term
|
|
|
|
and
|
|
|
|
.Nm lock
|
|
|
|
have a special meaning.
|
|
|
|
They point to the terminal and screen locking programs specified by
|
|
|
|
keybindings.
|
|
|
|
The defaults are
|
|
|
|
.Xr xterm 1
|
|
|
|
and
|
|
|
|
.Xr xlock 1 ,
|
|
|
|
respectively.
|
|
|
|
.Pp
|
|
|
|
.It Ic fontname Ar font
|
|
|
|
Change the default
|
|
|
|
.Ar font
|
|
|
|
for
|
|
|
|
.Xr Xft 3 .
|
2008-03-23 09:09:21 -06:00
|
|
|
.Pp
|
2008-04-15 12:46:58 -06:00
|
|
|
.It Ic gap Ar top bottom left right
|
2008-05-18 13:33:36 -06:00
|
|
|
Define a
|
|
|
|
.Dq gap
|
|
|
|
in pixels at the edge of the screen, so that when a
|
|
|
|
window is maximized it will not overlap this area.
|
|
|
|
This
|
|
|
|
.Dq gap
|
|
|
|
can be used for applications such as
|
2008-04-15 12:46:58 -06:00
|
|
|
.Xr xclock 1 ,
|
2008-05-18 13:33:36 -06:00
|
|
|
where the user may wish to remain visible.
|
2008-04-15 12:46:58 -06:00
|
|
|
.Pp
|
2008-05-18 13:33:36 -06:00
|
|
|
.It Ic ignore Ar windowname
|
2010-09-25 14:04:55 -06:00
|
|
|
Ignore, and do not warp to, windows with the name
|
2008-09-22 08:35:16 -06:00
|
|
|
.Ar windowname
|
|
|
|
when drawing borders and cycling through windows.
|
2008-05-18 13:33:36 -06:00
|
|
|
.Pp
|
2009-08-08 11:27:51 -06:00
|
|
|
.It Ic mousebind Ar buttons command
|
2008-06-14 15:48:54 -06:00
|
|
|
Cause the creation of a mouse binding, or replacement of a default
|
|
|
|
mouse binding.
|
|
|
|
The modifier keys come first, followed by a
|
|
|
|
.Sq - .
|
2010-09-25 15:48:08 -06:00
|
|
|
.Pp
|
2008-06-14 15:48:54 -06:00
|
|
|
The following modifiers are recognised:
|
|
|
|
.Pp
|
|
|
|
.Bl -tag -width Ds -offset indent -compact
|
2009-02-07 14:07:00 -07:00
|
|
|
.It C
|
2008-06-14 15:48:54 -06:00
|
|
|
The Control key.
|
|
|
|
.It M
|
|
|
|
The Meta key.
|
2008-06-25 16:38:36 -06:00
|
|
|
.It S
|
|
|
|
The Shift key.
|
2008-06-25 16:40:27 -06:00
|
|
|
.It 4
|
|
|
|
The Mod4 key (normally the windows key).
|
2008-06-14 15:48:54 -06:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Sq -
|
|
|
|
should be followed by number:
|
2010-09-25 15:48:08 -06:00
|
|
|
.Pp
|
2008-06-14 15:48:54 -06:00
|
|
|
.Bl -tag -width Ds -offset indent -compact
|
|
|
|
.It 1
|
|
|
|
Left mouse button.
|
|
|
|
.It 2
|
|
|
|
Middle mouse button.
|
2009-05-04 16:01:35 -06:00
|
|
|
.It 3
|
|
|
|
Right mouse button.
|
2008-06-14 15:48:54 -06:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Ar command
|
|
|
|
may be taken from the
|
|
|
|
.Sx MOUSEBIND COMMAND LIST
|
|
|
|
(see below).
|
|
|
|
.Pp
|
2009-02-07 14:07:00 -07:00
|
|
|
.It Ic moveamount Ar pixels
|
|
|
|
Set a default size for the keyboard movement bindings,
|
|
|
|
in pixels.
|
|
|
|
The default is 1.
|
|
|
|
.Pp
|
2011-11-05 20:03:47 -06:00
|
|
|
.It Ic snapdist Ar pixels
|
|
|
|
Minimum distance to snap-to adjacent edge, in pixels.
|
|
|
|
The default is 0.
|
|
|
|
.Pp
|
2008-05-18 13:33:36 -06:00
|
|
|
.It Ic sticky Ic yes Ns \&| Ns Ic no
|
|
|
|
Toggle sticky group mode.
|
|
|
|
The default behavior for new windows is to not assign any group.
|
|
|
|
By enabling sticky group mode,
|
|
|
|
.Xr cwm 1
|
|
|
|
will assign new windows to the currently selected group.
|
|
|
|
.El
|
|
|
|
.Sh EXAMPLE CONFIGURATION
|
|
|
|
.Bd -literal
|
|
|
|
# Set default Xft(3) font
|
|
|
|
fontname "sans-serif:pixelsize=14:bold"
|
|
|
|
|
2008-05-18 13:57:43 -06:00
|
|
|
# Turn on sticky-group mode
|
|
|
|
sticky yes
|
2008-05-18 13:33:36 -06:00
|
|
|
|
|
|
|
# Any entry here is shown in the application menu
|
|
|
|
command firefox firefox
|
|
|
|
command xmms xmms
|
|
|
|
command top "xterm -e top"
|
|
|
|
|
|
|
|
# Autogroup definitions
|
2010-07-30 06:28:19 -06:00
|
|
|
autogroup 3 "aterm,XTerm"
|
|
|
|
autogroup 3 "xterm,XTerm"
|
2008-05-18 13:33:36 -06:00
|
|
|
|
|
|
|
# Ignore programs by that name by not drawing borders around them.
|
|
|
|
ignore XMMS
|
|
|
|
ignore xwi
|
|
|
|
ignore xapm
|
|
|
|
ignore xclock
|
|
|
|
|
|
|
|
# Keybindings
|
2008-06-14 15:48:54 -06:00
|
|
|
bind CM-r label
|
2008-05-18 13:33:36 -06:00
|
|
|
bind CS-Return "xterm -e top"
|
2008-06-14 15:48:54 -06:00
|
|
|
bind 4-o unmap
|
2009-05-17 11:04:59 -06:00
|
|
|
bind M-1 grouponly1
|
|
|
|
bind M-2 grouponly2
|
|
|
|
bind M-3 grouponly3
|
|
|
|
bind MS-1 movetogroup1
|
|
|
|
bind MS-2 movetogroup2
|
|
|
|
bind MS-3 movetogroup3
|
2008-06-14 15:48:54 -06:00
|
|
|
|
|
|
|
# Mousebindings
|
|
|
|
mousebind M-2 window_lower
|
|
|
|
mousebind M-3 window_resize
|
2008-05-18 13:33:36 -06:00
|
|
|
.Ed
|
2008-06-13 15:22:34 -06:00
|
|
|
.Sh BIND COMMAND LIST
|
|
|
|
.Bl -tag -width 18n -compact
|
2008-07-11 09:18:29 -06:00
|
|
|
.It reload
|
2008-07-11 09:42:29 -06:00
|
|
|
Reload configuration.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It quit
|
2008-07-11 09:42:29 -06:00
|
|
|
Quit
|
|
|
|
.Xr cwm 1 .
|
2008-06-13 15:22:34 -06:00
|
|
|
.It terminal
|
2008-07-11 09:42:29 -06:00
|
|
|
Spawn a new terminal.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It lock
|
2008-07-11 09:42:29 -06:00
|
|
|
Lock the screen.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It search
|
2008-07-11 09:42:29 -06:00
|
|
|
Launch window search menu.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It menusearch
|
2008-07-11 09:42:29 -06:00
|
|
|
Launch application search menu.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It exec
|
2008-07-11 09:42:29 -06:00
|
|
|
Launch
|
2008-06-13 15:22:34 -06:00
|
|
|
.Dq exec program
|
2008-07-11 09:42:29 -06:00
|
|
|
menu.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It exec_wm
|
2008-07-11 09:42:29 -06:00
|
|
|
Launch
|
2008-06-13 15:22:34 -06:00
|
|
|
.Dq exec WindowManager
|
2008-07-11 09:42:29 -06:00
|
|
|
menu.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It ssh
|
2008-07-11 09:42:29 -06:00
|
|
|
Launch
|
2008-06-13 15:22:34 -06:00
|
|
|
.Dq ssh
|
2008-07-11 09:42:29 -06:00
|
|
|
menu.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It group[n]
|
2008-07-11 09:42:29 -06:00
|
|
|
Select group n, where n is 1-9.
|
2009-05-14 10:24:04 -06:00
|
|
|
.It grouponly[n]
|
|
|
|
Like
|
|
|
|
.Ar group[n]
|
|
|
|
but also hides the other groups.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It nogroup
|
2008-07-11 09:42:29 -06:00
|
|
|
Select all groups.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It grouptoggle
|
2008-07-11 09:42:29 -06:00
|
|
|
Toggle group membership of current window.
|
2009-05-17 11:04:59 -06:00
|
|
|
.It movetogroup[n]
|
|
|
|
Hide current window from display and move to group n, where n is 1-9.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It cyclegroup
|
2008-07-11 09:42:29 -06:00
|
|
|
Forward cycle through groups.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It rcyclegroup
|
2008-07-11 09:42:29 -06:00
|
|
|
Reverse cycle through groups.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It cycle
|
2008-07-11 09:42:29 -06:00
|
|
|
Forward cycle through windows.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It rcycle
|
2008-07-11 09:42:29 -06:00
|
|
|
Reverse cycle through windows.
|
2011-09-03 03:20:58 -06:00
|
|
|
.It cycleingroup
|
|
|
|
Forward cycle through windows in current group.
|
|
|
|
.It rcycleingroup
|
|
|
|
Reverse cycle through windows in current group.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It delete
|
2008-07-11 09:42:29 -06:00
|
|
|
Delete current window.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It hide
|
2008-07-11 09:42:29 -06:00
|
|
|
Hide current window.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It lower
|
2008-07-11 09:42:29 -06:00
|
|
|
Lower current window.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It raise
|
2008-07-11 09:42:29 -06:00
|
|
|
Raise current window.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It label
|
2008-07-11 09:42:29 -06:00
|
|
|
Label current window.
|
2011-05-07 11:15:37 -06:00
|
|
|
.It freeze
|
|
|
|
Freeze current window geometry.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It maximize
|
2008-07-11 09:42:29 -06:00
|
|
|
Maximize current window full-screen.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It vmaximize
|
2008-07-11 09:42:29 -06:00
|
|
|
Maximize current window vertically.
|
2009-08-24 17:54:41 -06:00
|
|
|
.It hmaximize
|
|
|
|
Maximize current window horizontally.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It moveup
|
2009-02-07 14:07:00 -07:00
|
|
|
Move window
|
|
|
|
.Ar moveamount
|
|
|
|
pixels up.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It movedown
|
2009-02-07 14:07:00 -07:00
|
|
|
Move window
|
|
|
|
.Ar moveamount
|
|
|
|
pixels down.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It moveright
|
2009-02-07 14:07:00 -07:00
|
|
|
Move window
|
|
|
|
.Ar moveamount
|
|
|
|
pixels right.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It moveleft
|
2009-02-07 14:07:00 -07:00
|
|
|
Move window
|
|
|
|
.Ar moveamount
|
|
|
|
pixels left.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It bigmoveup
|
2009-02-07 14:07:00 -07:00
|
|
|
Move window 10 times
|
|
|
|
.Ar moveamount
|
|
|
|
pixels up.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It bigmovedown
|
2009-02-07 14:07:00 -07:00
|
|
|
Move window 10 times
|
|
|
|
.Ar moveamount
|
|
|
|
pixels down.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It bigmoveright
|
2009-02-07 14:07:00 -07:00
|
|
|
Move window 10 times
|
|
|
|
.Ar moveamount
|
|
|
|
pixels right.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It bigmoveleft
|
2009-02-07 14:07:00 -07:00
|
|
|
Move window 10 times
|
|
|
|
.Ar moveamount
|
|
|
|
pixels left.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It resizeup
|
2009-02-07 14:07:00 -07:00
|
|
|
Resize window
|
|
|
|
.Ar moveamount
|
|
|
|
pixels up.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It resizedown
|
2009-02-07 14:07:00 -07:00
|
|
|
Resize window
|
|
|
|
.Ar moveamount
|
|
|
|
pixels down.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It resizeright
|
2009-02-07 14:07:00 -07:00
|
|
|
Resize window
|
|
|
|
.Ar moveamount
|
|
|
|
pixels right.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It resizeleft
|
2009-02-07 14:07:00 -07:00
|
|
|
Resize window
|
|
|
|
.Ar moveamount
|
|
|
|
pixels left.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It bigresizeup
|
2009-02-07 14:07:00 -07:00
|
|
|
Resize window 10 times
|
|
|
|
.Ar moveamount
|
|
|
|
pixels up.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It bigresizedown
|
2009-02-07 14:07:00 -07:00
|
|
|
Resize window 10 times
|
|
|
|
.Ar moveamount
|
|
|
|
pixels down.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It bigresizeright
|
2009-02-07 14:07:00 -07:00
|
|
|
Resize window 10 times
|
|
|
|
.Ar moveamount
|
|
|
|
pixels right.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It bigresizeleft
|
2009-02-07 14:07:00 -07:00
|
|
|
Resize window 10 times
|
|
|
|
.Ar moveamount
|
|
|
|
pixels left.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It ptrmoveup
|
2009-02-07 14:07:00 -07:00
|
|
|
Move pointer
|
|
|
|
.Ar moveamount
|
|
|
|
pixels up.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It ptrmovedown
|
2009-02-07 14:07:00 -07:00
|
|
|
Move pointer
|
|
|
|
.Ar moveamount
|
|
|
|
pixels down.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It ptrmoveright
|
2009-02-07 14:07:00 -07:00
|
|
|
Move pointer
|
|
|
|
.Ar moveamount
|
|
|
|
pixels right.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It ptrmoveleft
|
2009-02-07 14:07:00 -07:00
|
|
|
Move pointer
|
|
|
|
.Ar moveamount
|
|
|
|
pixels left.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It bigptrmoveup
|
2009-02-07 14:07:00 -07:00
|
|
|
Move pointer 10 times
|
|
|
|
.Ar moveamount
|
|
|
|
pixels up.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It bigptrmovedown
|
2009-02-07 14:07:00 -07:00
|
|
|
Move pointer 10 times
|
|
|
|
.Ar moveamount
|
|
|
|
pixels down.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It bigptrmoveright
|
2009-02-07 14:07:00 -07:00
|
|
|
Move pointer 10 times
|
|
|
|
.Ar moveamount
|
|
|
|
pixels right.
|
2008-06-13 15:22:34 -06:00
|
|
|
.It bigptrmoveleft
|
2009-02-07 14:07:00 -07:00
|
|
|
Move pointer 10 times
|
|
|
|
.Ar moveamount
|
|
|
|
pixels left.
|
2008-06-13 15:22:34 -06:00
|
|
|
.El
|
2008-06-14 15:48:54 -06:00
|
|
|
.Sh MOUSEBIND COMMAND LIST
|
|
|
|
.Bl -tag -width 18n -compact
|
|
|
|
.It window_move
|
2008-07-11 09:42:29 -06:00
|
|
|
Move current window.
|
2008-06-14 15:48:54 -06:00
|
|
|
.It window_resize
|
2008-07-11 09:42:29 -06:00
|
|
|
Resize current window.
|
2008-06-14 15:48:54 -06:00
|
|
|
.It window_lower
|
2008-07-11 09:42:29 -06:00
|
|
|
Lower current window.
|
2011-06-24 00:09:26 -06:00
|
|
|
.It window_raise
|
|
|
|
Raise current window.
|
2008-06-25 16:44:42 -06:00
|
|
|
.It window_hide
|
2008-07-11 09:42:29 -06:00
|
|
|
Hide current window.
|
2008-06-14 15:48:54 -06:00
|
|
|
.It window_grouptoggle
|
2008-07-11 09:42:29 -06:00
|
|
|
Toggle group membership of current window.
|
2008-06-14 15:48:54 -06:00
|
|
|
.It menu_group
|
2008-07-11 09:42:29 -06:00
|
|
|
Launch group list.
|
2008-06-14 15:48:54 -06:00
|
|
|
.It menu_unhide
|
2009-05-04 12:05:21 -06:00
|
|
|
Launch hidden window list.
|
2008-06-14 15:48:54 -06:00
|
|
|
.It menu_cmd
|
2008-07-11 09:42:29 -06:00
|
|
|
Launch command list.
|
2008-06-14 15:48:54 -06:00
|
|
|
.El
|
2008-05-18 13:33:36 -06:00
|
|
|
.Sh FILES
|
|
|
|
.Bl -tag -width "~/.cwmrcXXX" -compact
|
|
|
|
.It Pa ~/.cwmrc
|
|
|
|
default
|
|
|
|
.Xr cwm 1
|
|
|
|
configuration file
|
2008-03-23 09:09:21 -06:00
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr cwm 1
|
|
|
|
.Sh HISTORY
|
2008-04-27 19:27:46 -06:00
|
|
|
The
|
2008-03-23 09:09:21 -06:00
|
|
|
.Nm
|
2008-04-27 19:27:46 -06:00
|
|
|
file format first appeared in
|
2008-03-23 09:09:21 -06:00
|
|
|
.Ox 4.4 .
|