diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-10-07 04:41:07 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-10-07 04:41:07 +0530 |
commit | 40925789d95f4a928ce24eca8dd539bd1688f6d8 (patch) | |
tree | 79bfe686b52104f9e559530f82ca4e2365841cd7 /dwm.1 | |
parent | 7d8ad94237360c85ec872c5291f38c45909ba506 (diff) |
Applied restart signal patch for hot-reboot
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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) |