2007-09-30 13:20:05 -04:00
|
|
|
.TH DWM 1 dwm\-VERSION
|
2006-07-10 10:38:18 -04:00
|
|
|
.SH NAME
|
2006-07-13 04:05:46 -04:00
|
|
|
dwm \- dynamic window manager
|
2006-07-10 10:38:18 -04:00
|
|
|
.SH SYNOPSIS
|
2006-07-13 04:04:50 -04:00
|
|
|
.B dwm
|
2006-07-10 10:38:18 -04:00
|
|
|
.RB [ \-v ]
|
|
|
|
.SH DESCRIPTION
|
2008-03-05 05:31:37 -05:00
|
|
|
dwm is a dynamic window manager for X. It manages windows in tiled, monocle
|
2008-03-04 16:40:49 -05:00
|
|
|
and floating layouts. Either layout can be applied dynamically, optimising the
|
2006-09-07 03:26:01 -04:00
|
|
|
environment for the application in use and the task performed.
|
2006-07-15 12:51:44 -04:00
|
|
|
.P
|
2008-03-12 11:34:36 -04:00
|
|
|
In tiled layouts windows are managed in a master and stacking area. The master
|
2016-12-05 04:05:00 -05:00
|
|
|
area on the left contains one window by default, and the stacking area on the
|
|
|
|
right contains all other windows. The number of master area windows can be
|
|
|
|
adjusted from zero to an arbitrary number. In monocle layout all windows are
|
2008-03-04 16:40:49 -05: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 12:51:44 -04:00
|
|
|
.P
|
2006-08-03 04:58:29 -04:00
|
|
|
Windows are grouped by tags. Each window can be tagged with one or multiple
|
2006-09-20 03:45:39 -04:00
|
|
|
tags. Selecting certain tags displays all windows with these tags.
|
2006-07-15 12:51:44 -04:00
|
|
|
.P
|
2009-07-09 15:11:33 -04:00
|
|
|
Each screen contains a small status bar which displays all available tags, the
|
2009-09-16 10:59:54 -04: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 01:31:15 -04:00
|
|
|
.P
|
2007-01-17 06:36:29 -05:00
|
|
|
dwm draws a small border around windows to indicate the focus state.
|
2006-07-15 18:47:40 -04:00
|
|
|
.SH OPTIONS
|
2006-07-10 10:38:18 -04:00
|
|
|
.TP
|
|
|
|
.B \-v
|
2020-07-08 12:05:50 -04:00
|
|
|
prints version information to stderr, then exits.
|
2006-07-16 17:26:50 -04:00
|
|
|
.SH USAGE
|
2006-08-11 04:54:29 -04:00
|
|
|
.SS Status bar
|
|
|
|
.TP
|
2009-07-20 11:39:42 -04:00
|
|
|
.B X root window name
|
2009-07-20 12:08:34 -04:00
|
|
|
is read and displayed in the status text area. It can be set with the
|
|
|
|
.BR xsetroot (1)
|
|
|
|
command.
|
2006-08-11 04:54:29 -04:00
|
|
|
.TP
|
2006-08-14 12:14:08 -04:00
|
|
|
.B Button1
|
2007-02-19 10:40:36 -05:00
|
|
|
click on a tag label to display all windows with that tag, click on the layout
|
2007-02-22 16:10:16 -05:00
|
|
|
label toggles between tiled and floating layout.
|
2006-08-11 13:26:12 -04:00
|
|
|
.TP
|
2006-08-14 04:18:24 -04:00
|
|
|
.B Button3
|
2006-10-05 13:27:28 -04:00
|
|
|
click on a tag label adds/removes all windows with that tag to/from the view.
|
2006-09-01 04:32:50 -04:00
|
|
|
.TP
|
2007-02-26 04:47:11 -05:00
|
|
|
.B Mod1\-Button1
|
2006-09-07 03:26:01 -04:00
|
|
|
click on a tag label applies that tag to the focused window.
|
2006-09-01 04:32:50 -04:00
|
|
|
.TP
|
2007-02-26 04:47:11 -05:00
|
|
|
.B Mod1\-Button3
|
2006-09-07 03:26:01 -04:00
|
|
|
click on a tag label adds/removes that tag to/from the focused window.
|
2006-08-11 04:54:29 -04:00
|
|
|
.SS Keyboard commands
|
2006-07-14 02:34:38 -04:00
|
|
|
.TP
|
2007-02-26 04:47:11 -05:00
|
|
|
.B Mod1\-Shift\-Return
|
2006-08-15 02:25:11 -04:00
|
|
|
Start
|
2013-05-01 09:41:44 -04:00
|
|
|
.BR st(1).
|
2006-07-14 02:34:38 -04:00
|
|
|
.TP
|
2016-11-14 05:18:27 -05:00
|
|
|
.B Mod1\-p
|
|
|
|
Spawn
|
|
|
|
.BR dmenu(1)
|
|
|
|
for launching other programs.
|
|
|
|
.TP
|
2009-07-02 15:37:26 -04: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 06:28:03 -04:00
|
|
|
.B Mod1\-Shift\-.
|
2009-07-02 15:37:26 -04:00
|
|
|
Send focused window to next screen, if any.
|
|
|
|
.TP
|
2008-05-19 10:05:46 -04:00
|
|
|
.B Mod1\-b
|
|
|
|
Toggles bar on and off.
|
|
|
|
.TP
|
2008-06-19 06:38:53 -04:00
|
|
|
.B Mod1\-t
|
|
|
|
Sets tiled layout.
|
|
|
|
.TP
|
|
|
|
.B Mod1\-f
|
|
|
|
Sets floating layout.
|
|
|
|
.TP
|
2008-06-23 03:59:19 -04:00
|
|
|
.B Mod1\-m
|
2008-06-19 06:38:53 -04:00
|
|
|
Sets monocle layout.
|
|
|
|
.TP
|
2008-03-24 09:49:19 -04:00
|
|
|
.B Mod1\-space
|
2008-06-19 06:38:53 -04:00
|
|
|
Toggles between current and previous layout.
|
2008-03-04 16:40:49 -05:00
|
|
|
.TP
|
2007-02-26 04:47:11 -05:00
|
|
|
.B Mod1\-j
|
2006-09-07 03:26:01 -04:00
|
|
|
Focus next window.
|
2006-07-14 02:34:38 -04:00
|
|
|
.TP
|
2007-02-26 04:47:11 -05:00
|
|
|
.B Mod1\-k
|
2006-09-07 03:26:01 -04:00
|
|
|
Focus previous window.
|
2006-08-02 05:13:32 -04:00
|
|
|
.TP
|
2011-10-26 07:16:25 -04:00
|
|
|
.B Mod1\-i
|
2016-12-05 04:05:00 -05:00
|
|
|
Increase number of windows in master area.
|
2011-10-26 07:16:25 -04:00
|
|
|
.TP
|
|
|
|
.B Mod1\-d
|
2016-12-05 04:05:00 -05:00
|
|
|
Decrease number of windows in master area.
|
2008-03-24 10:23:28 -04:00
|
|
|
.TP
|
|
|
|
.B Mod1\-l
|
|
|
|
Increase master area size.
|
|
|
|
.TP
|
2011-10-26 07:16:25 -04:00
|
|
|
.B Mod1\-h
|
|
|
|
Decrease master area size.
|
|
|
|
.TP
|
2008-03-12 11:34:36 -04: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 04:47:11 -05:00
|
|
|
.B Mod1\-Shift\-[1..n]
|
2009-07-18 06:28:03 -04:00
|
|
|
Apply nth tag to focused window.
|
2006-07-14 02:45:30 -04:00
|
|
|
.TP
|
2007-02-26 04:47:11 -05:00
|
|
|
.B Mod1\-Shift\-0
|
2008-03-12 11:34:36 -04:00
|
|
|
Apply all tags to focused window.
|
2006-11-30 09:27:43 -05:00
|
|
|
.TP
|
2007-02-26 04:47:11 -05:00
|
|
|
.B Mod1\-Control\-Shift\-[1..n]
|
2009-07-18 06:28:03 -04:00
|
|
|
Add/remove nth tag to/from focused window.
|
2006-11-27 05:05:47 -05:00
|
|
|
.TP
|
2007-02-26 04:47:11 -05:00
|
|
|
.B Mod1\-[1..n]
|
2009-07-18 06:28:03 -04:00
|
|
|
View all windows with nth tag.
|
2006-07-14 02:45:30 -04:00
|
|
|
.TP
|
2007-02-26 04:47:11 -05:00
|
|
|
.B Mod1\-0
|
2006-09-07 03:26:01 -04:00
|
|
|
View all windows with any tag.
|
2006-08-31 12:02:38 -04:00
|
|
|
.TP
|
2007-02-26 04:47:11 -05:00
|
|
|
.B Mod1\-Control\-[1..n]
|
2009-07-18 06:28:03 -04:00
|
|
|
Add/remove all windows with nth tag to/from the view.
|
2006-08-13 12:04:42 -04:00
|
|
|
.TP
|
2007-02-26 04:47:11 -05:00
|
|
|
.B Mod1\-Shift\-q
|
2006-09-07 03:26:01 -04:00
|
|
|
Quit dwm.
|
2006-08-11 04:54:29 -04:00
|
|
|
.SS Mouse commands
|
2006-07-16 17:26:50 -04:00
|
|
|
.TP
|
2007-02-26 04:47:11 -05:00
|
|
|
.B Mod1\-Button1
|
2008-03-12 11:34:36 -04:00
|
|
|
Move focused window while dragging. Tiled windows will be toggled to the floating state.
|
2006-07-14 05:57:33 -04:00
|
|
|
.TP
|
2007-02-26 04:47:11 -05:00
|
|
|
.B Mod1\-Button2
|
2008-05-19 15:13:24 -04:00
|
|
|
Toggles focused window between floating and tiled state.
|
2006-08-10 05:19:25 -04:00
|
|
|
.TP
|
2007-02-26 04:47:11 -05:00
|
|
|
.B Mod1\-Button3
|
2008-03-12 11:34:36 -04:00
|
|
|
Resize focused window while dragging. Tiled windows will be toggled to the floating state.
|
2006-07-16 17:26:50 -04:00
|
|
|
.SH CUSTOMIZATION
|
2006-09-07 03:26:01 -04:00
|
|
|
dwm is customized by creating a custom config.h and (re)compiling the source
|
2006-08-03 04:58:29 -04:00
|
|
|
code. This keeps it fast, secure and simple.
|
2007-01-26 06:41:15 -05:00
|
|
|
.SH SEE ALSO
|
2013-05-01 09:45:32 -04:00
|
|
|
.BR dmenu (1),
|
|
|
|
.BR st (1)
|
2018-05-12 13:14:19 -04:00
|
|
|
.SH ISSUES
|
2006-12-13 07:42:17 -05: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 16:39:24 -04: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 .
|
2018-05-12 13:14:19 -04:00
|
|
|
.SH BUGS
|
|
|
|
Send all bug reports with a patch to hackers@suckless.org.
|