diff options
author | ZachIR <zachir@librem.one> | 2021-12-22 22:07:36 +0000 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2021-12-22 22:07:36 +0000 |
commit | a92c8d43ba488d1e89bec2d223b084bce9e9bdd0 (patch) | |
tree | edbe6757f2d5ef0d5ed6aea360b1c080f32c906d /dwm.1 | |
parent | cb3f58ad06993f7ef3a7d8f61468012e2b786cab (diff) | |
parent | e40da607bb373b53be74fd721e237fb796c65ab2 (diff) |
Merge branch 'master' into 'dwm-6.2'
update repo to new configs
See merge request zachir/dwm!1
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) |