aboutsummaryrefslogtreecommitdiff
path: root/dwm.1
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-06-10 14:32:37 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-06-10 14:32:37 +0200
commit1c6512f5501942612b05adb84d5f1728eb9c90f6 (patch)
tree0e19688f90f940ed2d509635deca85ab8b4fcaa2 /dwm.1
parentcdc987ffb62f0c9622fba8fcc6463cd7e5ca2585 (diff)
downloaddwm-1c6512f5501942612b05adb84d5f1728eb9c90f6.tar.gz
dwm-1c6512f5501942612b05adb84d5f1728eb9c90f6.tar.bz2
dwm-1c6512f5501942612b05adb84d5f1728eb9c90f6.zip
update
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 ddc8321..7b6cadb 100644
--- a/dwm.1
+++ b/dwm.1
@@ -142,6 +142,9 @@ Add/remove all windows with nth tag to/from the view.
.TP
.B Mod1\-Shift\-q
Quit dwm.
+.TP
+.B Mod1\-Control\-Shift\-q
+Restart dwm.
.SS Mouse commands
.TP
.B Mod1\-Button1
@@ -155,6 +158,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)