diff options
| author | ivan-boikov <ik.boikov.public@protonmail.com> | 2024-09-01 14:20:59 +0200 |
|---|---|---|
| committer | ivan-boikov <ik.boikov.public@protonmail.com> | 2024-09-01 14:20:59 +0200 |
| commit | f8f947a87920cb87e40f3904a457c27cd581eb57 (patch) | |
| tree | cfdb83e428484d4c8f5a3274705f5a2437a21046 /dwm.1 | |
| parent | 311cce62833fe1407796543554ac56067c780736 (diff) | |
Applied dwm-restartsig-20180523-6.2.diffdwm-restartsig-20180523-6.2.diff
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) |
