diff options
author | ZachIR <zachir@protonmail.com> | 2020-09-13 22:37:45 -0500 |
---|---|---|
committer | ZachIR <zachir@protonmail.com> | 2020-09-13 22:37:45 -0500 |
commit | b07674dc03506126b26209689a0fff6efcdc3fcc (patch) | |
tree | c9e95fce1ce0a968b2e3c004685763e4fb8ac282 /dwm.1 | |
parent | a8e9513783f335b1ac7255e40a663adfffc4b475 (diff) |
Update repo to 09132020
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -29,6 +29,9 @@ color. The tags of the focused window are indicated with a filled square in the top left corner. The tags which are applied to one or more windows are indicated with an empty square in the top left corner. .P +The attach below patch makes newly spawned windows attach after the currently +selected window +.P dwm draws a small border around windows to indicate the focus state. .SH OPTIONS .TP @@ -142,6 +145,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 +161,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) |