summaryrefslogtreecommitdiff
path: root/dwm.1
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-03-09 13:59:56 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-03-09 13:59:56 +0530
commit097fbfcc73b1a795d89ec7bb08666d37fc26a44a (patch)
tree7c6cbe72acb8355ac9c125975aca5551d3c8974b /dwm.1
parent6c0d43ef366bc31ab30a188609218a88b10a32a4 (diff)
Applied restartsig patch
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)