summaryrefslogtreecommitdiff
path: root/dwm.1
diff options
context:
space:
mode:
authorjoshua <joshua@joshuayun.com>2023-12-23 11:55:15 -0500
committerjoshua <joshua@joshuayun.com>2023-12-23 11:55:15 -0500
commitcfea1741794fd7caba75078105ad95f2bafdd2ed (patch)
treeff190a9809b6aa129adb762a09efdf2ff622ffe3 /dwm.1
parent9f8855343c881bdc01b9fff5b956537ba1106b76 (diff)
downloaddwm-cfea1741794fd7caba75078105ad95f2bafdd2ed.tar.gz
initial patches commit
Diffstat (limited to 'dwm.1')
-rw-r--r--dwm.113
1 files changed, 13 insertions, 0 deletions
diff --git a/dwm.1 b/dwm.1
index ddc8321..837d02a 100644
--- a/dwm.1
+++ b/dwm.1
@@ -116,6 +116,9 @@ Zooms/cycles focused window to/from master area (tiled layouts only).
.B Mod1\-Shift\-c
Close focused window.
.TP
+.B Mod1\-Shift\-f
+Toggle fullscreen for focused window.
+.TP
.B Mod1\-Shift\-space
Toggle focused window between tiled and floating state.
.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)