fdb2248a19
feedback from oga@ and simon@ ok oga@ simon@
258 lines
6.8 KiB
Groff
258 lines
6.8 KiB
Groff
.\" $OpenBSD: cwm.1,v 1.26 2008/04/08 14:12:28 okan Exp $
|
||
.\"
|
||
.\" 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.
|
||
.\"
|
||
.\" The following requests are required for all man pages.
|
||
.Dd $Mdocdate: April 8 2008 $
|
||
.Dt CWM 1
|
||
.Os
|
||
.Sh NAME
|
||
.Nm cwm
|
||
.Nd a lightweight and efficient window manager for X11
|
||
.Sh SYNOPSIS
|
||
.\" For a program: program [-abc] file ...
|
||
.Nm cwm
|
||
.Op Fl d Ar display
|
||
.Op Fl c Ar file
|
||
.Sh DESCRIPTION
|
||
.Nm
|
||
is a window manager for X11 which contains many features that
|
||
concentrate on the efficiency and transparency of window management.
|
||
.Nm
|
||
also aims to maintain the simplest and most pleasant aesthetic.
|
||
.Pp
|
||
The following notation is used throughout this page:
|
||
.Pp
|
||
.Bl -tag -width Ds -offset indent -compact
|
||
.It Ic C
|
||
Control
|
||
.It Ic M
|
||
Meta (Alt on PCs)
|
||
.It Ic S
|
||
Shift
|
||
.It Ic M1
|
||
Left mouse button
|
||
.It Ic M2
|
||
Middle mouse button
|
||
.It Ic M3
|
||
Right mouse button
|
||
.El
|
||
.Pp
|
||
.Nm
|
||
is very simple in its use.
|
||
Most of the actions are initiated via keybindings.
|
||
The current keybindings are described below;
|
||
their functionality is described in more detail later.
|
||
.Pp
|
||
.Bl -tag -width "C-M-EscapeXXX" -offset indent -compact
|
||
.It Ic C-M-Enter
|
||
Spawn a new terminal.
|
||
.It Ic C-M-Delete
|
||
Lock the screen.
|
||
.It Ic M-Enter
|
||
Hide current window.
|
||
.It Ic M-Down
|
||
Lower current window.
|
||
.It Ic M-Up
|
||
Raise current window.
|
||
.It Ic M-/
|
||
Search for windows.
|
||
.It Ic C-/
|
||
Search for applications.
|
||
.It Ic C-M-n
|
||
Label current window.
|
||
.It Ic M-Tab
|
||
Cycle through currently visible windows.
|
||
.It Ic M-S-Tab
|
||
Reverse cycle through currently visible windows.
|
||
.It Ic C-M-x
|
||
Delete current window.
|
||
.It Ic C-M-[n]
|
||
Select group n, where n is 1-9.
|
||
.It Ic C-M-0
|
||
Select all groups.
|
||
.It Ic M-Right
|
||
Switch to next group.
|
||
.It Ic M-Left
|
||
Switch to previous group.
|
||
.It Ic C-M-f
|
||
Toggle full-screen size of window.
|
||
.It Ic C-M-=
|
||
Toggle vertical maximization of window.
|
||
.It Ic M-?
|
||
Spawn
|
||
.Dq Exec program
|
||
dialog.
|
||
.It Ic M-.
|
||
Spawn
|
||
.Dq Ssh to
|
||
dialog.
|
||
This parses
|
||
.Pa $HOME/.ssh/known_hosts
|
||
to provide host auto-completion.
|
||
.Xr ssh 1
|
||
will be executed via the configured terminal emulator.
|
||
.It Ic C-M-w
|
||
Spawn
|
||
.Dq Exec WindowManager
|
||
dialog; allows you to switch from
|
||
.Nm
|
||
to another window manager without restarting the X server.
|
||
.It Ic C-M-S-q
|
||
Quit cwm.
|
||
.El
|
||
.Pp
|
||
The mouse bindings are also important, they are:
|
||
.Pp
|
||
.Bl -tag -width Ds -offset indent -compact
|
||
.It M-M1
|
||
Move a window.
|
||
.It C-M-M1
|
||
Toggle a window's membership in the current group.
|
||
.It M-M2
|
||
Resize a window/select a window.
|
||
.It M-M3
|
||
Lower a window.
|
||
.El
|
||
.Pp
|
||
The options for
|
||
.Nm
|
||
are as follows:
|
||
.Bl -tag -width Ds
|
||
.It Fl d Ar display
|
||
Specify the display to use.
|
||
.It Fl c Ar file
|
||
Specify the config file to use. Defaults to
|
||
.Pa ~/.cwmrc .
|
||
.El
|
||
.Sh POINTER MOVEMENT
|
||
The pointer can be moved with the use of the keyboard through bindings.
|
||
C-[UP|DOWN|LEFT|RIGHT] moves the pointer a small amount, while
|
||
C-shift-[UP|DOWN|LEFT|RIGHT] moves the pointer a larger amount.
|
||
For example, to move the pointer to the left by a small amount,
|
||
press C-LEFT.
|
||
To move the pointer down by a larger amount, press C-shift-DOWN.
|
||
.Sh WINDOW MOVEMENT AND RESIZING
|
||
.Nm
|
||
windows can be moved with the use of the keyboard through Vi-like bindings.
|
||
M-[hjkl] moves the current window a small amount, while M-shift-[hjkl] moves
|
||
the current window a larger amount.
|
||
For example, to move the current window to the left a small amount, press M-h.
|
||
To move the current window down by a larger amount, press M-shift-j.
|
||
.Pp
|
||
Similarly, windows may be resized with the same keybindings with the addition
|
||
of the Control key.
|
||
C-M-[hjkl] resizes the window a small amount and C-M-shift-[hjkl]
|
||
resizes by a larger increment.
|
||
.Sh SEARCH
|
||
.Nm
|
||
features the ability to search for windows by their current title,
|
||
old titles, and by their label.
|
||
The priority for the search results are: label, current title,
|
||
old titles in reverse order, and finally window class name.
|
||
.Nm
|
||
keeps a history of the 5 previous titles of a window.
|
||
.Pp
|
||
When searching, the leftmost character of the result list may show a
|
||
flag:
|
||
.Pp
|
||
.Bl -tag -width 10n -offset -indent -compact
|
||
.It !
|
||
The window is the currently focused window.
|
||
.It &
|
||
The window is hidden.
|
||
.El
|
||
.Pp
|
||
The following keybindings may be used to navigate the result list:
|
||
.Pp
|
||
.Bl -tag -width "[Down] or C-sXXX" -offset indent -compact
|
||
.It Ic [Down] No or Ic C-s
|
||
Select the next window in the list.
|
||
.It Ic [Up] No or Ic C-r
|
||
Select the previous window in the list.
|
||
.It Ic C-u
|
||
Clear the input.
|
||
.It Ic [Enter]
|
||
Focus the selected window.
|
||
.It Ic [Esc]
|
||
Quit.
|
||
.It Ic C-a
|
||
Whenever there are no matching windows, list every window.
|
||
.El
|
||
.Sh GROUPS
|
||
.Nm
|
||
has the ability to group windows together, and use the groups to
|
||
perform operations on the entire group instead of just one window.
|
||
Currently, the only operation that is supported is to hide and unhide
|
||
the grouped windows.
|
||
Together with the
|
||
.Pa sticky
|
||
option, this can be used to emulate virtual desktops.
|
||
.Pp
|
||
To edit groups, use the group selection commands to toggle membership
|
||
of a group.
|
||
A blue border will be shown briefly on windows added to the current group,
|
||
and a red border will be shown on those just removed.
|
||
.Sh MENUS
|
||
Menus are recalled by clicking the mouse on the root window:
|
||
.Pp
|
||
.Bl -tag -width 10n -offset -indent -compact
|
||
.It M1
|
||
Show list of currently hidden windows.
|
||
Clicking on an item will unhide that window.
|
||
.It M2
|
||
Show list of currently defined groups.
|
||
Clicking on an item will hide/unhide that group.
|
||
.It M3
|
||
Show list of applications as defined in
|
||
.Pa ~/.cwmrc .
|
||
Clicking on an item will spawn that application.
|
||
.El
|
||
.Sh ENVIRONMENT
|
||
.Bl -tag -width "DISPLAYXXX"
|
||
.It DISPLAY
|
||
.Nm
|
||
starts on this display unless the
|
||
.Fl d
|
||
option is given.
|
||
.El
|
||
.Sh FILES
|
||
.Bl -tag -width Ds
|
||
.It Pa ~/.cwmrc
|
||
.Sh SEE ALSO
|
||
.Xr cwmrc 5
|
||
.Sh AUTHORS
|
||
.An -nosplit
|
||
.Pp
|
||
.Nm
|
||
was developed by
|
||
.An Marius Aamodt Eriksen Aq marius@monkey.org
|
||
with contributions from
|
||
.An Andy Adamson Aq dros@monkey.org ,
|
||
.An Niels Provos Aq provos@monkey.org ,
|
||
and
|
||
.An Antti Nyk<EFBFBD>nen Aq aon@iki.fi .
|
||
Ideas, discussion with many others.
|
||
.Sh HISTORY
|
||
.Nm
|
||
was originally inspired by evilwm, but was rewritten from scratch
|
||
due to limitations in the evilwm codebase.
|
||
The from-scratch rewrite borrowed some code from 9wm, however that code
|
||
has since been removed or rewritten.
|
||
.Pp
|
||
.Nm
|
||
first appeared in
|
||
.Ox 4.2 .
|