2007-09-30 20:20:05 +03:00
|
|
|
.TH DWM 1 dwm\-VERSION
|
2006-07-10 17:38:18 +03:00
|
|
|
.SH NAME
|
2006-07-13 11:05:46 +03:00
|
|
|
dwm \- dynamic window manager
|
2006-07-10 17:38:18 +03:00
|
|
|
.SH SYNOPSIS
|
2006-07-13 11:04:50 +03:00
|
|
|
.B dwm
|
2006-07-10 17:38:18 +03:00
|
|
|
.RB [ \-v ]
|
|
|
|
.SH DESCRIPTION
|
2008-03-05 12:31:37 +02:00
|
|
|
dwm is a dynamic window manager for X. It manages windows in tiled, monocle
|
2008-03-04 23:40:49 +02:00
|
|
|
and floating layouts. Either layout can be applied dynamically, optimising the
|
2006-09-07 10:26:01 +03:00
|
|
|
environment for the application in use and the task performed.
|
2006-07-15 19:51:44 +03:00
|
|
|
.P
|
2008-03-12 17:34:36 +02:00
|
|
|
In tiled layouts windows are managed in a master and stacking area. The master
|
2007-08-10 19:16:05 +03:00
|
|
|
area contains the window which currently needs most attention, whereas the
|
2008-03-05 12:31:37 +02:00
|
|
|
stacking area contains all other windows. In monocle layout all windows are
|
2008-03-04 23:40:49 +02:00
|
|
|
maximised to the screen size. In floating layout windows can be resized and
|
|
|
|
moved freely. Dialog windows are always managed floating, regardless of the
|
|
|
|
layout applied.
|
2006-07-15 19:51:44 +03:00
|
|
|
.P
|
2006-08-03 11:58:29 +03:00
|
|
|
Windows are grouped by tags. Each window can be tagged with one or multiple
|
2006-09-20 10:45:39 +03:00
|
|
|
tags. Selecting certain tags displays all windows with these tags.
|
2006-07-15 19:51:44 +03:00
|
|
|
.P
|
2007-02-19 17:40:36 +02:00
|
|
|
dwm contains a small status bar which displays all available tags, the layout,
|
2007-02-22 11:57:19 +02:00
|
|
|
the title of the focused window, and the text read from standard input. A
|
2008-03-04 23:40:49 +02:00
|
|
|
floating window is indicated with an empty square and a maximised
|
2007-02-22 23:10:16 +02:00
|
|
|
floating window is indicated with a filled square before the windows
|
2007-02-22 11:57:19 +02:00
|
|
|
title. The selected tags are indicated with a different color. The tags of
|
|
|
|
the focused window are indicated with a filled square in the top left
|
2007-02-22 11:52:57 +02:00
|
|
|
corner. The tags which are applied to one or more windows are indicated
|
|
|
|
with an empty square in the top left corner.
|
2006-08-21 08:31:15 +03:00
|
|
|
.P
|
2007-01-17 13:36:29 +02:00
|
|
|
dwm draws a small border around windows to indicate the focus state.
|
2006-07-16 01:47:40 +03:00
|
|
|
.SH OPTIONS
|
2006-07-10 17:38:18 +03:00
|
|
|
.TP
|
|
|
|
.B \-v
|
2006-07-16 01:47:40 +03:00
|
|
|
prints version information to standard output, then exits.
|
2006-07-17 00:26:50 +03:00
|
|
|
.SH USAGE
|
2006-08-11 11:54:29 +03:00
|
|
|
.SS Status bar
|
|
|
|
.TP
|
2006-08-11 18:12:48 +03:00
|
|
|
.B Standard input
|
|
|
|
is read and displayed in the status text area.
|
2006-08-11 11:54:29 +03:00
|
|
|
.TP
|
2006-08-14 19:14:08 +03:00
|
|
|
.B Button1
|
2007-02-19 17:40:36 +02:00
|
|
|
click on a tag label to display all windows with that tag, click on the layout
|
2007-02-22 23:10:16 +02:00
|
|
|
label toggles between tiled and floating layout.
|
2006-08-11 20:26:12 +03:00
|
|
|
.TP
|
2006-08-14 11:18:24 +03:00
|
|
|
.B Button3
|
2006-10-05 20:27:28 +03:00
|
|
|
click on a tag label adds/removes all windows with that tag to/from the view.
|
2006-09-01 11:32:50 +03:00
|
|
|
.TP
|
2007-02-26 11:47:11 +02:00
|
|
|
.B Mod1\-Button1
|
2006-09-07 10:26:01 +03:00
|
|
|
click on a tag label applies that tag to the focused window.
|
2006-09-01 11:32:50 +03:00
|
|
|
.TP
|
2007-02-26 11:47:11 +02:00
|
|
|
.B Mod1\-Button3
|
2006-09-07 10:26:01 +03:00
|
|
|
click on a tag label adds/removes that tag to/from the focused window.
|
2006-08-11 11:54:29 +03:00
|
|
|
.SS Keyboard commands
|
2006-07-14 09:34:38 +03:00
|
|
|
.TP
|
2007-02-26 11:47:11 +02:00
|
|
|
.B Mod1\-Shift\-Return
|
2006-08-15 09:25:11 +03:00
|
|
|
Start
|
2007-02-23 11:40:32 +02:00
|
|
|
.BR xterm.
|
2006-07-14 09:34:38 +03:00
|
|
|
.TP
|
2008-05-19 17:05:46 +03:00
|
|
|
.B Mod1\-b
|
|
|
|
Toggles bar on and off.
|
|
|
|
.TP
|
2008-06-19 13:38:53 +03:00
|
|
|
.B Mod1\-t
|
|
|
|
Sets tiled layout.
|
|
|
|
.TP
|
|
|
|
.B Mod1\-f
|
|
|
|
Sets floating layout.
|
|
|
|
.TP
|
|
|
|
.B Mod1\-f
|
|
|
|
Sets monocle layout.
|
|
|
|
.TP
|
2008-03-24 15:49:19 +02:00
|
|
|
.B Mod1\-space
|
2008-06-19 13:38:53 +03:00
|
|
|
Toggles between current and previous layout.
|
2008-03-04 23:40:49 +02:00
|
|
|
.TP
|
2007-02-26 11:47:11 +02:00
|
|
|
.B Mod1\-j
|
2006-09-07 10:26:01 +03:00
|
|
|
Focus next window.
|
2006-07-14 09:34:38 +03:00
|
|
|
.TP
|
2007-02-26 11:47:11 +02:00
|
|
|
.B Mod1\-k
|
2006-09-07 10:26:01 +03:00
|
|
|
Focus previous window.
|
2006-08-02 12:13:32 +03:00
|
|
|
.TP
|
2008-03-24 16:23:28 +02:00
|
|
|
.B Mod1\-h
|
|
|
|
Decrease master area size.
|
|
|
|
.TP
|
|
|
|
.B Mod1\-l
|
|
|
|
Increase master area size.
|
|
|
|
.TP
|
2008-05-26 11:39:57 +03:00
|
|
|
.B Mod1\-m
|
2008-06-15 20:59:52 +03:00
|
|
|
Toggle between maximisation meta-layout and active layout.
|
2008-05-26 11:39:57 +03:00
|
|
|
.TP
|
2008-03-12 17:34:36 +02:00
|
|
|
.B Mod1\-Return
|
|
|
|
Zooms/cycles focused window to/from master area (tiled layouts only).
|
|
|
|
.TP
|
|
|
|
.B Mod1\-Shift\-c
|
|
|
|
Close focused window.
|
|
|
|
.TP
|
|
|
|
.B Mod1\-Shift\-space
|
|
|
|
Toggle focused window between tiled and floating state.
|
|
|
|
.TP
|
|
|
|
.B Mod1\-Tab
|
|
|
|
Toggles to the previously selected tags.
|
|
|
|
.TP
|
2007-02-26 11:47:11 +02:00
|
|
|
.B Mod1\-Shift\-[1..n]
|
2006-07-14 09:45:30 +03:00
|
|
|
Apply
|
2006-09-07 10:26:01 +03:00
|
|
|
.RB nth
|
2008-03-12 17:34:36 +02:00
|
|
|
tag to focused window.
|
2006-07-14 09:45:30 +03:00
|
|
|
.TP
|
2007-02-26 11:47:11 +02:00
|
|
|
.B Mod1\-Shift\-0
|
2008-03-12 17:34:36 +02:00
|
|
|
Apply all tags to focused window.
|
2006-11-30 16:27:43 +02:00
|
|
|
.TP
|
2007-02-26 11:47:11 +02:00
|
|
|
.B Mod1\-Control\-Shift\-[1..n]
|
2006-08-15 09:25:11 +03:00
|
|
|
Add/remove
|
2006-09-07 10:26:01 +03:00
|
|
|
.B nth
|
2008-03-12 17:34:36 +02:00
|
|
|
tag to/from focused window.
|
2006-11-27 12:05:47 +02:00
|
|
|
.TP
|
2007-02-26 11:47:11 +02:00
|
|
|
.B Mod1\-[1..n]
|
2006-08-15 09:25:11 +03:00
|
|
|
View all windows with
|
2006-09-07 10:26:01 +03:00
|
|
|
.BR nth
|
|
|
|
tag.
|
2006-07-14 09:45:30 +03:00
|
|
|
.TP
|
2007-02-26 11:47:11 +02:00
|
|
|
.B Mod1\-0
|
2006-09-07 10:26:01 +03:00
|
|
|
View all windows with any tag.
|
2006-08-31 19:02:38 +03:00
|
|
|
.TP
|
2007-02-26 11:47:11 +02:00
|
|
|
.B Mod1\-Control\-[1..n]
|
2006-08-14 19:14:08 +03:00
|
|
|
Add/remove all windows with
|
2006-09-07 10:26:01 +03:00
|
|
|
.BR nth
|
|
|
|
tag to/from the view.
|
2006-08-13 19:04:42 +03:00
|
|
|
.TP
|
2007-02-26 11:47:11 +02:00
|
|
|
.B Mod1\-Shift\-q
|
2006-09-07 10:26:01 +03:00
|
|
|
Quit dwm.
|
2006-08-11 11:54:29 +03:00
|
|
|
.SS Mouse commands
|
2006-07-17 00:26:50 +03:00
|
|
|
.TP
|
2007-02-26 11:47:11 +02:00
|
|
|
.B Mod1\-Button1
|
2008-03-12 17:34:36 +02:00
|
|
|
Move focused window while dragging. Tiled windows will be toggled to the floating state.
|
2006-07-14 12:57:33 +03:00
|
|
|
.TP
|
2007-02-26 11:47:11 +02:00
|
|
|
.B Mod1\-Button2
|
2008-05-19 22:13:24 +03:00
|
|
|
Toggles focused window between floating and tiled state.
|
2006-08-10 12:19:25 +03:00
|
|
|
.TP
|
2007-02-26 11:47:11 +02:00
|
|
|
.B Mod1\-Button3
|
2008-03-12 17:34:36 +02:00
|
|
|
Resize focused window while dragging. Tiled windows will be toggled to the floating state.
|
2006-07-17 00:26:50 +03:00
|
|
|
.SH CUSTOMIZATION
|
2006-09-07 10:26:01 +03:00
|
|
|
dwm is customized by creating a custom config.h and (re)compiling the source
|
2006-08-03 11:58:29 +03:00
|
|
|
code. This keeps it fast, secure and simple.
|
2007-01-26 13:41:15 +02:00
|
|
|
.SH SEE ALSO
|
|
|
|
.BR dmenu (1)
|
2007-01-26 13:31:57 +02:00
|
|
|
.SH BUGS
|
2006-08-24 11:20:00 +03:00
|
|
|
The status bar may display
|
2006-12-13 14:53:10 +02:00
|
|
|
.BR "EOF"
|
2006-12-13 14:42:17 +02:00
|
|
|
when dwm has been started by an X session manager like
|
2006-08-13 19:04:42 +03:00
|
|
|
.BR xdm (1),
|
2006-12-13 14:42:17 +02:00
|
|
|
because those close standard output before executing dwm.
|
|
|
|
.P
|
|
|
|
Java applications which use the XToolkit/XAWT backend may draw grey windows
|
|
|
|
only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early
|
2006-12-13 15:15:38 +02:00
|
|
|
JDK 1.6 versions, because it assumes a reparenting window manager. As a workaround
|
|
|
|
you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or you
|
|
|
|
can set the following environment variable (to use the older Motif
|
2006-12-13 14:42:17 +02:00
|
|
|
backend instead):
|
|
|
|
.BR AWT_TOOLKIT=MToolkit .
|
2007-05-14 14:42:00 +03:00
|
|
|
.P
|
2008-03-12 17:34:36 +02:00
|
|
|
GTK 2.10.9+ versions contain a broken
|
2007-05-14 14:42:00 +03:00
|
|
|
.BR Save\-As
|
|
|
|
file dialog implementation,
|
|
|
|
which requests to reconfigure its window size in an endless loop. However, its
|
|
|
|
window is still respondable during this state, so you can simply ignore the flicker
|
|
|
|
until a new GTK version appears, which will fix this bug, approximately
|
|
|
|
GTK 2.10.12+ versions.
|