summaryrefslogtreecommitdiff
path: root/dwm.1
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-10 18:50:44 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-10 18:50:44 -0400
commit4435aad841c9366120398e4e5335fd0b38ba12f6 (patch)
treea169d6e102f0e1076a8360b278fd5f660f342e81 /dwm.1
parent0c7a69973f160b4dd6ad962f3701e0d391827379 (diff)
kill -HUP pid to restart, also mod+R
Diffstat (limited to 'dwm.1')
-rw-r--r--dwm.110
1 files changed, 10 insertions, 0 deletions
diff --git a/dwm.1 b/dwm.1
index 14205ab..8c457b5 100644
--- a/dwm.1
+++ b/dwm.1
@@ -137,6 +137,9 @@ Add/remove all windows with nth tag to/from the view.
.TP
.B Super\-Shift\-q
Quit dwm.
+.TP
+.B Mod1\-Control\-Shift\-q
+Restart dwm.
.SS Mouse commands
.TP
.B Super\-Left click
@@ -150,6 +153,13 @@ Resize focused window while dragging. Tiled windows will be toggled to the float
.SH CUSTOMIZATION
dwm is customized by creating a custom config.h and (re)compiling the source
code. This keeps it fast, secure and simple.
+.SH SIGNALS
+.TP
+.B SIGHUP - 1
+Restart the dwm process.
+.TP
+.B SIGTERM - 15
+Cleanly terminate the dwm process.
.SH SEE ALSO
.BR dmenu (1),
.BR st (1)