aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.1
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-09 23:20:48 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-09 23:20:48 +0100
commit9ce88ff82962cbb971c71cf44775a05233ce1b54 (patch)
treeb470ecfdc7df8d54b47bdaa728379d9b5b36fe20 /dwm.1
parentRemoved wrong and useless words (diff)
downloaddwm-9ce88ff82962cbb971c71cf44775a05233ce1b54.tar.gz
dwm-9ce88ff82962cbb971c71cf44775a05233ce1b54.tar.bz2
dwm-9ce88ff82962cbb971c71cf44775a05233ce1b54.tar.xz
dwm-9ce88ff82962cbb971c71cf44775a05233ce1b54.tar.zst
dwm-9ce88ff82962cbb971c71cf44775a05233ce1b54.zip
New version, new patches
Diffstat (limited to '')
-rw-r--r--dwm.112
1 files changed, 11 insertions, 1 deletions
diff --git a/dwm.1 b/dwm.1
index 13b3729..7b6cadb 100644
--- a/dwm.1
+++ b/dwm.1
@@ -33,7 +33,7 @@ dwm draws a small border around windows to indicate the focus state.
.SH OPTIONS
.TP
.B \-v
-prints version information to standard output, then exits.
+prints version information to stderr, then exits.
.SH USAGE
.SS Status bar
.TP
@@ -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)