X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dwm.1;h=14e3209dd852a570ae7f9a476e146b992b15446e;hb=d9a6a3b5d2e0152d5746723fcd482994602f292e;hp=e300923566a7ad01d77df5fb041e270f916fa8ca;hpb=ba59bc8b9fdc828db5472d4e95ab2b1c248ce3c6;p=dwm.git diff --git a/dwm.1 b/dwm.1 index e300923..14e3209 100644 --- a/dwm.1 +++ b/dwm.1 @@ -21,7 +21,7 @@ time. But each window may contain more than one tag, which makes it visible in several views. .P .B dwm -consists of a small status bar which reads the text displayed from standard +has a small status bar which reads the text displayed from standard input, if written. It draws 1-pixel borders around windows to indicate the focus state. Unfocused windows contain a small bar in front of the window displaying the tags and the window title. @@ -56,14 +56,12 @@ Focus tag .TP .B Mod1-space -(Re-)arrange -.B all -windows tiled -.TP -.B Mod1-Shift-space -(Re-)arrange -.B all -windows floating +Toggle between +.B tiled +and +.B floating +mode (affects +.BR "all windows" ) .TP .B Mod1-Shift-[0..n] Apply @@ -79,14 +77,6 @@ Quit Start .B terminal .TP -.B Mod1-Shift-w -Start -.B web browser -.TP -.B Mod1-Shift-l -Lock -.B screen -.TP .B Mod1-Control-[0..n] Append .B nth @@ -108,7 +98,5 @@ Resizes current while dragging .SH CUSTOMIZATION .B dwm -is customized through editing its source code. This keeps it fast, secure and -simple. The source code contains the -.I CUSTOMIZE -keyword to highlight relevant portions for customization. +is customized through editing config.h of the source code. This keeps it fast, +secure and simple.