summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwm.1108
1 files changed, 41 insertions, 67 deletions
diff --git a/dwm.1 b/dwm.1
index 837d02a..e71b505 100644
--- a/dwm.1
+++ b/dwm.1
@@ -20,143 +20,117 @@ layout applied.
Windows are grouped by tags. Each window can be tagged with one or multiple
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
-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.
-.P
dwm draws a small border around windows to indicate the focus state.
.SH OPTIONS
.TP
.B \-v
prints version information to stderr, then exits.
.SH USAGE
-.SS Status bar
-.TP
-.B X root window name
-is read and displayed in the status text area. It can be set with the
-.BR xsetroot (1)
-command.
-.TP
-.B Button1
-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
-click on a tag label adds/removes all windows with that tag to/from the view.
-.TP
-.B Mod1\-Button1
-click on a tag label applies that tag to the focused window.
-.TP
-.B Mod1\-Button3
-click on a tag label adds/removes that tag to/from the focused window.
.SS Keyboard commands
.TP
-.B Mod1\-Shift\-Return
+.B Super\-space
Start
.BR st(1).
.TP
-.B Mod1\-p
+.B Super\-d
Spawn
.BR dmenu(1)
for launching other programs.
.TP
-.B Mod1\-,
+.B Super\-,
Focus previous screen, if any.
.TP
-.B Mod1\-.
+.B Super\-.
Focus next screen, if any.
.TP
-.B Mod1\-Shift\-,
+.B Super\-Shift\-,
Send focused window to previous screen, if any.
.TP
-.B Mod1\-Shift\-.
+.B Super\-Shift\-.
Send focused window to next screen, if any.
.TP
-.B Mod1\-b
-Toggles bar on and off.
+.B Super\-b
+Toggles mouse on and off.
+.TP
+.B Super\-p
+Spawn dmenu to search through open windows on unused tags and move to the tag
+which the selected window is on.
+.TP
+.B Super\-Shift\-p
+Spawn dmenu to search through open windows on unused tags and send them to
+currently active tag.
.TP
-.B Mod1\-t
+.B Super\-t
Sets tiled layout.
.TP
-.B Mod1\-f
-Sets floating layout.
+.B Super\-f
+Toggles floating for focused window
.TP
-.B Mod1\-m
+.B Super\-m
Sets monocle layout.
.TP
-.B Mod1\-space
-Toggles between current and previous layout.
-.TP
-.B Mod1\-j
+.B Super\-j
Focus next window.
.TP
-.B Mod1\-k
+.B Super\-k
Focus previous window.
.TP
-.B Mod1\-i
+.B Super\-i
Increase number of windows in master area.
.TP
-.B Mod1\-d
+.B Super\-u
Decrease number of windows in master area.
.TP
-.B Mod1\-l
+.B Super\-l
Increase master area size.
.TP
-.B Mod1\-h
+.B Super\-h
Decrease master area size.
.TP
-.B Mod1\-Return
+.B Alt\-Tab
Zooms/cycles focused window to/from master area (tiled layouts only).
.TP
-.B Mod1\-Shift\-c
+.B Super\-q
Close focused window.
.TP
-.B Mod1\-Shift\-f
+.B Super\-Shift\-f
Toggle fullscreen for focused window.
.TP
-.B Mod1\-Shift\-space
-Toggle focused window between tiled and floating state.
-.TP
-.B Mod1\-Tab
+.B Super\-Tab
Toggles to the previously selected tags.
.TP
-.B Mod1\-Shift\-[1..n]
+.B Super\-Shift\-[1..n]
Apply nth tag to focused window.
.TP
-.B Mod1\-Shift\-0
+.B Super\-Shift\-grave
Apply all tags to focused window.
.TP
-.B Mod1\-Control\-Shift\-[1..n]
+.B Super\-Control\-Shift\-[1..n]
Add/remove nth tag to/from focused window.
.TP
-.B Mod1\-[1..n]
+.B Super\-[1..n]
View all windows with nth tag.
.TP
-.B Mod1\-0
+.B Super\-grave
View all windows with any tag.
.TP
-.B Mod1\-Control\-[1..n]
+.B Super\-Control\-[1..n]
Add/remove all windows with nth tag to/from the view.
.TP
-.B Mod1\-Shift\-q
+.B Super\-Shift\-End
Quit dwm.
.TP
-.B Mod1\-Control\-Shift\-q
+.B Super\-Shift\-r
Restart dwm.
.SS Mouse commands
.TP
-.B Mod1\-Button1
+.B Super\-LMB
Move focused window while dragging. Tiled windows will be toggled to the floating state.
.TP
-.B Mod1\-Button2
+.B Super\-MMB
Toggles focused window between floating and tiled state.
.TP
-.B Mod1\-Button3
+.B Super\-RMB
Resize focused window while dragging. Tiled windows will be toggled to the floating state.
.SH CUSTOMIZATION
dwm is customized by creating a custom config.h and (re)compiling the source