dwm

my build of dwm
git clone git://git.ckyln.com/~cem/dwm.git
Log | Files | Refs | README | LICENSE

commit 24cbec5e0c6e6faed838ac97f5239dd97a9ae1f9
parent c15fdc3377f5e18df541e0dafcc6b73950e0f3be
Author: Cem Keylan <cem@ckyln.com>
Date:   Sat, 21 Sep 2019 14:04:17 +0300

change man page

Diffstat:
Mdwm.1 | 20+++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/dwm.1 b/dwm.1 @@ -1,4 +1,4 @@ -.TH DWM 1 dwm\-VERSION +.TH DWM 1 dwm\-6.2 .SH NAME dwm \- dynamic window manager .SH SYNOPSIS @@ -56,7 +56,7 @@ click on a tag label applies that tag to the focused window. click on a tag label adds/removes that tag to/from the focused window. .SS Keyboard commands .TP -.B Mod1\-Shift\-Return +.B Mod1\-Return Start .BR st(1). .TP @@ -80,15 +80,21 @@ Send focused window to next screen, if any. .B Mod1\-b Toggles bar on and off. .TP -.B Mod1\-t +.B Win\-t Sets tiled layout. .TP -.B Mod1\-f +.B Win\-f Sets floating layout. .TP -.B Mod1\-m +.B Win\-m Sets monocle layout. .TP +.B Win\-d +Sets fibonacci dwindle layout. +.TP +.B Win\-s +Sets fibonacci spiral layout +.TP .B Mod1\-space Toggles between current and previous layout. .TP @@ -113,7 +119,7 @@ Decrease master area size. .B Mod1\-Return Zooms/cycles focused window to/from master area (tiled layouts only). .TP -.B Mod1\-Shift\-c +.B Mod1\-Shift\-q Close focused window. .TP .B Mod1\-Shift\-space @@ -140,7 +146,7 @@ View all windows with any tag. .B Mod1\-Control\-[1..n] Add/remove all windows with nth tag to/from the view. .TP -.B Mod1\-Shift\-q +.B Mod1\-Shift\-e Quit dwm. .SS Mouse commands .TP