aboutsummaryrefslogtreecommitdiff
path: root/dwm.1
diff options
context:
space:
mode:
authorKumar Damani <kdamani@kepler.space>2021-11-18 17:26:17 +0000
committerKumar Damani <kdamani@kepler.space>2021-11-18 18:00:50 +0000
commit1a685bd430f33e4fcbb600437960a2877c17cc04 (patch)
treea8e4f5d227d81bee2b9f06b1d74975d48fdd5965 /dwm.1
parent22f524735df14941b3612beb25b3330d7117cfc4 (diff)
added pactch for dwm restart
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 7b6fd7d..c8bd8e7 100644
--- a/dwm.1
+++ b/dwm.1
@@ -150,6 +150,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
@@ -178,6 +181,13 @@ This file is started before any autostart.sh; dwm waits for its termination.
.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)