diff options
author | rafa_99 <rafa99@protonmail.com> | 2019-11-23 15:02:52 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2019-11-23 15:02:52 +0000 |
commit | cfc7a814091b35eaf41e0b17212592b0baf43028 (patch) | |
tree | 0b8313b1b717465cad5a85af9ad0d74f58f6fe9f /dwm.1 | |
parent | d7e07519c28b16dd2f5fe42d3c13191b94e60a52 (diff) |
Added Restart Patch
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) |