summaryrefslogtreecommitdiff
path: root/dwm.1
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.1')
-rw-r--r--dwm.191
1 files changed, 45 insertions, 46 deletions
diff --git a/dwm.1 b/dwm.1
index ddc8321..a1d7aef 100644
--- a/dwm.1
+++ b/dwm.1
@@ -41,117 +41,116 @@ prints version information to stderr, then exits.
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
-Start
+.B Super\-Tab
+Start the terminal defined by the TERMINAL variable in config.h, by default it is set to
.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
+.B Super\-b
Toggles bar on and off.
.TP
-.B Mod1\-t
+.B Super\-t
Sets tiled layout.
.TP
-.B Mod1\-f
+.B Super\-f
Sets floating layout.
.TP
-.B Mod1\-m
+.B Super\-m
Sets monocle layout.
.TP
-.B Mod1\-space
+.B Super\-Return
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\-Shift\-j
+Rotate currently focused window down the stack.
+.TP
+.B Super\-Shift\-k
+Rotate currently focused window up the stack
+.TP
+.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 Super\-space
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\-space
+.B Super\-Shift\-Return
Toggle focused window between tiled and floating state.
.TP
-.B Mod1\-Tab
+.B Super\-Shift\-space
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\-0
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\-0
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\-q
Quit dwm.
-.SS Mouse commands
+.SS Mouse commands ## Mouse commands are disabled in this config, however can be re-enabled in config.h
.TP
-.B Mod1\-Button1
+.B Super\-Button1
Move focused window while dragging. Tiled windows will be toggled to the floating state.
.TP
-.B Mod1\-Button2
+.B Super\-Button2
Toggles focused window between floating and tiled state.
.TP
-.B Mod1\-Button3
+.B Super\-Button3
Resize focused window while dragging. Tiled windows will be toggled to the floating state.
+.TP
+.B Super\-Shift\-w
+Opens web browser defined by BROWSER in config.h
+.TP
+.B Super\-Shift\-e
+Opens file explorer defined by the FILE_EXPLORER variable in config.h
.SH CUSTOMIZATION
dwm is customized by creating a custom config.h and (re)compiling the source
code. This keeps it fast, secure and simple.