dwm/dwm.1

195 lines
5.0 KiB
Groff
Raw Normal View History

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
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.
.P
2008-03-12 16:34:36 +01:00
In tiled layouts windows are managed in a master and stacking area. The master
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
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.
.P
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.
.P
Each screen contains a small status bar which displays all available tags, the
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
2022-04-23 15:57:35 +02:00
color.
.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
2020-07-08 18:05:50 +02:00
prints version information to stderr, 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
.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
label toggles between tiled and floating layout.
.TP
.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
2022-04-23 15:57:35 +02:00
.B Mod4\-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
2022-04-23 15:57:35 +02:00
.B Mod4\-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
2022-04-23 15:57:35 +02:00
.B Mod4\-Shift\-Return
2006-08-15 08:25:11 +02:00
Start
2013-05-01 15:41:44 +02:00
.BR st(1).
2006-07-14 08:34:38 +02:00
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-d
Spawn
.BR dmenu(1)
for launching other programs.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-,
Focus previous screen, if any.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-.
Focus next screen, if any.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-Shift\-,
Send focused window to previous screen, if any.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-Shift\-.
Send focused window to next screen, if any.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-b
Toggles bar on and off.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-t
2008-06-19 12:38:53 +02:00
Sets tiled layout.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-f
2008-06-19 12:38:53 +02:00
Sets floating layout.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-m
2008-06-19 12:38:53 +02:00
Sets monocle layout.
.TP
2022-04-23 15:57:35 +02:00
.\" .B Mod4\-space
.\" Toggles between current and previous layout.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-j
2006-09-07 09:26:01 +02:00
Focus next window.
2006-07-14 08:34:38 +02:00
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-k
2006-09-07 09:26:01 +02:00
Focus previous window.
2006-08-02 11:13:32 +02:00
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-o
Increase number of windows in master area.
2011-10-26 13:16:25 +02:00
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-i
Decrease number of windows in master area.
2008-03-24 15:23:28 +01:00
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-l
2008-03-24 15:23:28 +01:00
Increase master area size.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-h
2011-10-26 13:16:25 +02:00
Decrease master area size.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-space
2008-03-12 16:34:36 +01:00
Zooms/cycles focused window to/from master area (tiled layouts only).
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-q
2008-03-12 16:34:36 +01:00
Close focused window.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-Shift\-space
2008-03-12 16:34:36 +01:00
Toggle focused window between tiled and floating state.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-Tab
2008-03-12 16:34:36 +01:00
Toggles to the previously selected tags.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-Shift\-[1..n]
Apply nth tag to focused window.
2006-07-14 08:45:30 +02:00
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-Shift\-0
2008-03-12 16:34:36 +01:00
Apply all tags to focused window.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-Control\-Shift\-[1..n]
Add/remove nth tag to/from focused window.
2006-11-27 11:05:47 +01:00
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-[1..n]
View all windows with nth tag.
2006-07-14 08:45:30 +02:00
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-0
2006-09-07 09:26:01 +02:00
View all windows with any tag.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-Control\-[1..n]
Add/remove all windows with nth tag to/from the view.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-<
2022-04-23 13:28:58 +02:00
Decrease the gaps around windows.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\->
2022-04-23 13:28:58 +02:00
Increase the gaps around windows.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-Shift-=
2022-04-23 13:28:58 +02:00
Reset the gaps around windows to
.BR 0 .
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-Shift\-q
2006-09-07 09:26:01 +02:00
Quit dwm.
2023-01-08 15:01:17 +01:00
.TP
.B Mod4\-Mod1\-q
Restart dwm.
2006-08-11 10:54:29 +02:00
.SS Mouse commands
2006-07-16 23:26:50 +02:00
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-Button1
2008-03-12 16:34:36 +01:00
Move focused window while dragging. Tiled windows will be toggled to the floating state.
.TP
2022-04-23 15:57:35 +02:00
.B Mod4\-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
2022-04-23 15:57:35 +02:00
.B Mod4\-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
code. This keeps it fast, secure and simple.
2023-01-08 15:01:17 +01:00
.SH SIGNALS
.TP
.B SIGHUP - 1
Restart the dwm process.
.TP
.B SIGTERM - 15
Cleanly terminate the dwm process.
.SH SEE ALSO
2013-05-01 15:45:32 +02:00
.BR dmenu (1),
.BR st (1)
.SH ISSUES
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
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 .
.SH BUGS
Send all bug reports with a patch to hackers@suckless.org.