summaryrefslogtreecommitdiffstats
path: root/dwm.1
diff options
context:
space:
mode:
authorDouglas Rumbaugh <doug@douglasrumbaugh.com>2021-12-19 22:13:32 -0500
committerDouglas Rumbaugh <doug@douglasrumbaugh.com>2021-12-19 22:13:32 -0500
commit60036de81ef8279033682c6fc117627e96d7b574 (patch)
treea274332f5457a654e2e991b2bd51ec0e84e8a963 /dwm.1
parenta92bca0d79269f7597720014973fd570b1253b91 (diff)
downloaddwm-60036de81ef8279033682c6fc117627e96d7b574.tar.gz
Applied statusbar font patch
https://dwm.suckless.org/patches/statusbarfont/
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)