2007-09-30 19:20:05 +02:00
|
|
|
.TH DWM 1 dwm\-VERSION
|
2006-07-10 16:38:18 +02:00
|
|
|
.SH NAME
|
2006-07-13 10:05:46 +02:00
|
|
|
dwm \- dynamic window manager
|
2006-07-10 16:38:18 +02:00
|
|
|
.SH SYNOPSIS
|
2006-07-13 10:04:50 +02:00
|
|
|
.B dwm
|
2006-07-10 16:38:18 +02:00
|
|
|
.RB [ \-v ]
|
|
|
|
.SH DESCRIPTION
|
2008-03-05 11:31:37 +01:00
|
|
|
dwm is a dynamic window manager for X. It manages windows in tiled, monocle
|
2008-03-04 22:40:49 +01:00
|
|
|
and floating layouts. Either layout can be applied dynamically, optimising the
|
2006-09-07 09:26:01 +02:00
|
|
|
environment for the application in use and the task performed.
|
2006-07-15 18:51:44 +02:00
|
|
|
.P
|
2008-03-12 16:34:36 +01:00
|
|
|
In tiled layouts windows are managed in a master and stacking area. The master
|
2007-08-10 18:16:05 +02:00
|
|
|
area contains the window which currently needs most attention, whereas the
|
2008-03-05 11:31:37 +01:00
|
|
|
stacking area contains all other windows. In monocle layout all windows are
|
2008-03-04 22:40:49 +01: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 18:51:44 +02:00
|
|
|
.P
|
2006-08-03 10:58:29 +02:00
|
|
|
Windows are grouped by tags. Each window can be tagged with one or multiple
|
2006-09-20 09:45:39 +02:00
|
|
|
tags. Selecting certain tags displays all windows with these tags.
|
2006-07-15 18:51:44 +02:00
|
|
|
.P
|
2009-07-09 21:11:33 +02:00
|
|
|
Each screen contains a small status bar which displays all available tags, the
|
2009-09-16 16:59:54 +02:00
|
|
|
layout, the title of the focused window, and the text read from the root window
|
|
|
|
name property, if the screen is focused. A floating window is indicated with an
|
|
|
|
empty square and a maximised floating window is indicated with a filled square
|
|
|
|
before the windows 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 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 07:31:15 +02:00
|
|
|
.P
|
2007-01-17 12:36:29 +01:00
|
|
|
dwm draws a small border around windows to indicate the focus state.
|
2006-07-16 00:47:40 +02:00
|
|
|
.SH OPTIONS
|
2006-07-10 16:38:18 +02:00
|
|
|
.TP
|
|
|
|
.B \-v
|
2006-07-16 00:47:40 +02:00
|
|
|
prints version information to standard output, then exits.
|
2006-07-16 23:26:50 +02:00
|
|
|
.SH USAGE
|
2006-08-11 10:54:29 +02:00
|
|
|
.SS Status bar
|
|
|
|
.TP
|
2009-07-20 17:39:42 +02:00
|
|
|
.B X root window name
|
2009-07-20 18:08:34 +02:00
|
|
|
is read and displayed in the status text area. It can be set with the
|
|
|
|
.BR xsetroot (1)
|
|
|
|
command.
|
2006-08-11 10:54:29 +02:00
|
|
|
.TP
|
2006-08-14 18:14:08 +02:00
|
|
|
.B Button1
|
2007-02-19 16:40:36 +01:00
|
|
|
click on a tag label to display all windows with that tag, click on the layout
|
2007-02-22 22:10:16 +01:00
|
|
|
label toggles between tiled and floating layout.
|
2006-08-11 19:26:12 +02:00
|
|
|
.TP
|
2006-08-14 10:18:24 +02:00
|
|
|
.B Button3
|
2006-10-05 19:27:28 +02:00
|
|
|
click on a tag label adds/removes all windows with that tag to/from the view.
|
2006-09-01 10:32:50 +02:00
|
|
|
.TP
|
2007-02-26 10:47:11 +01:00
|
|
|
.B Mod1\-Button1
|
2006-09-07 09:26:01 +02:00
|
|
|
click on a tag label applies that tag to the focused window.
|
2006-09-01 10:32:50 +02:00
|
|
|
.TP
|
2007-02-26 10:47:11 +01:00
|
|
|
.B Mod1\-Button3
|
2006-09-07 09:26:01 +02:00
|
|
|
click on a tag label adds/removes that tag to/from the focused window.
|
2006-08-11 10:54:29 +02:00
|
|
|
.SS Keyboard commands
|
2006-07-14 08:34:38 +02:00
|
|
|
.TP
|
2007-02-26 10:47:11 +01:00
|
|
|
.B Mod1\-Shift\-Return
|
2006-08-15 08:25:11 +02:00
|
|
|
Start
|
2009-07-20 18:08:34 +02:00
|
|
|
.BR uxterm (1).
|
2006-07-14 08:34:38 +02:00
|
|
|
.TP
|
2009-07-02 21:37:26 +02:00
|
|
|
.B Mod1\-,
|
|
|
|
Focus previous screen, if any.
|
|
|
|
.TP
|
|
|
|
.B Mod1\-.
|
|
|
|
Focus next screen, if any.
|
|
|
|
.TP
|
|
|
|
.B Mod1\-Shift\-,
|
|
|
|
Send focused window to previous screen, if any.
|
|
|
|
.TP
|
2009-07-18 12:28:03 +02:00
|
|
|
.B Mod1\-Shift\-.
|
2009-07-02 21:37:26 +02:00
|
|
|
Send focused window to next screen, if any.
|
|
|
|
.TP
|
2008-05-19 16:05:46 +02:00
|
|
|
.B Mod1\-b
|
|
|
|
Toggles bar on and off.
|
|
|
|
.TP
|
2008-06-19 12:38:53 +02:00
|
|
|
.B Mod1\-t
|
|
|
|
Sets tiled layout.
|
|
|
|
.TP
|
|
|
|
.B Mod1\-f
|
|
|
|
Sets floating layout.
|
|
|
|
.TP
|
2008-06-23 09:59:19 +02:00
|
|
|
.B Mod1\-m
|
2008-06-19 12:38:53 +02:00
|
|
|
Sets monocle layout.
|
|
|
|
.TP
|
2008-03-24 14:49:19 +01:00
|
|
|
.B Mod1\-space
|
2008-06-19 12:38:53 +02:00
|
|
|
Toggles between current and previous layout.
|
2008-03-04 22:40:49 +01:00
|
|
|
.TP
|
2007-02-26 10:47:11 +01:00
|
|
|
.B Mod1\-j
|
2006-09-07 09:26:01 +02:00
|
|
|
Focus next window.
|
2006-07-14 08:34:38 +02:00
|
|
|
.TP
|
2007-02-26 10:47:11 +01:00
|
|
|
.B Mod1\-k
|
2006-09-07 09:26:01 +02:00
|
|
|
Focus previous window.
|
2006-08-02 11:13:32 +02:00
|
|
|
.TP
|
2011-10-26 13:16:25 +02:00
|
|
|
.B Mod1\-i
|
|
|
|
Increase clients in master area.
|
|
|
|
.TP
|
|
|
|
.B Mod1\-d
|
|
|
|
Decrease clients in master area.
|
2008-03-24 15:23:28 +01:00
|
|
|
.TP
|
|
|
|
.B Mod1\-l
|
|
|
|
Increase master area size.
|
|
|
|
.TP
|
2011-10-26 13:16:25 +02:00
|
|
|
.B Mod1\-h
|
|
|
|
Decrease master area size.
|
|
|
|
.TP
|
2008-03-12 16:34:36 +01: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 10:47:11 +01:00
|
|
|
.B Mod1\-Shift\-[1..n]
|
2009-07-18 12:28:03 +02:00
|
|
|
Apply nth tag to focused window.
|
2006-07-14 08:45:30 +02:00
|
|
|
.TP
|
2007-02-26 10:47:11 +01:00
|
|
|
.B Mod1\-Shift\-0
|
2008-03-12 16:34:36 +01:00
|
|
|
Apply all tags to focused window.
|
2006-11-30 15:27:43 +01:00
|
|
|
.TP
|
2007-02-26 10:47:11 +01:00
|
|
|
.B Mod1\-Control\-Shift\-[1..n]
|
2009-07-18 12:28:03 +02:00
|
|
|
Add/remove nth tag to/from focused window.
|
2006-11-27 11:05:47 +01:00
|
|
|
.TP
|
2007-02-26 10:47:11 +01:00
|
|
|
.B Mod1\-[1..n]
|
2009-07-18 12:28:03 +02:00
|
|
|
View all windows with nth tag.
|
2006-07-14 08:45:30 +02:00
|
|
|
.TP
|
2007-02-26 10:47:11 +01:00
|
|
|
.B Mod1\-0
|
2006-09-07 09:26:01 +02:00
|
|
|
View all windows with any tag.
|
2006-08-31 18:02:38 +02:00
|
|
|
.TP
|
2007-02-26 10:47:11 +01:00
|
|
|
.B Mod1\-Control\-[1..n]
|
2009-07-18 12:28:03 +02:00
|
|
|
Add/remove all windows with nth tag to/from the view.
|
2006-08-13 18:04:42 +02:00
|
|
|
.TP
|
2007-02-26 10:47:11 +01:00
|
|
|
.B Mod1\-Shift\-q
|
2006-09-07 09:26:01 +02:00
|
|
|
Quit dwm.
|
2006-08-11 10:54:29 +02:00
|
|
|
.SS Mouse commands
|
2006-07-16 23:26:50 +02:00
|
|
|
.TP
|
2007-02-26 10:47:11 +01:00
|
|
|
.B Mod1\-Button1
|
2008-03-12 16:34:36 +01:00
|
|
|
Move focused window while dragging. Tiled windows will be toggled to the floating state.
|
2006-07-14 11:57:33 +02:00
|
|
|
.TP
|
2007-02-26 10:47:11 +01:00
|
|
|
.B Mod1\-Button2
|
2008-05-19 21:13:24 +02:00
|
|
|
Toggles focused window between floating and tiled state.
|
2006-08-10 11:19:25 +02:00
|
|
|
.TP
|
2007-02-26 10:47:11 +01:00
|
|
|
.B Mod1\-Button3
|
2008-03-12 16:34:36 +01:00
|
|
|
Resize focused window while dragging. Tiled windows will be toggled to the floating state.
|
2006-07-16 23:26:50 +02:00
|
|
|
.SH CUSTOMIZATION
|
2006-09-07 09:26:01 +02:00
|
|
|
dwm is customized by creating a custom config.h and (re)compiling the source
|
2006-08-03 10:58:29 +02:00
|
|
|
code. This keeps it fast, secure and simple.
|
2007-01-26 12:41:15 +01:00
|
|
|
.SH SEE ALSO
|
|
|
|
.BR dmenu (1)
|
2007-01-26 12:31:57 +01:00
|
|
|
.SH BUGS
|
2006-12-13 13:42:17 +01:00
|
|
|
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
|
2009-08-16 22:39:24 +02:00
|
|
|
JDK 1.6 versions, because it assumes a reparenting window manager. Possible workarounds
|
|
|
|
are using JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or setting the
|
|
|
|
environment variable
|
|
|
|
.BR AWT_TOOLKIT=MToolkit
|
|
|
|
(to use the older Motif backend instead) or running
|
|
|
|
.B xprop -root -f _NET_WM_NAME 32a -set _NET_WM_NAME LG3D
|
|
|
|
or
|
|
|
|
.B wmname LG3D
|
|
|
|
(to pretend that a non-reparenting window manager is running that the
|
|
|
|
XToolkit/XAWT backend can recognize) or when using OpenJDK setting the environment variable
|
|
|
|
.BR _JAVA_AWT_WM_NONREPARENTING=1 .
|
2007-05-14 13:42:00 +02:00
|
|
|
.P
|
2008-03-12 16:34:36 +01:00
|
|
|
GTK 2.10.9+ versions contain a broken
|
2007-05-14 13:42:00 +02: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.
|