X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.1;h=e7f17581d7c952d298e308201cf438b595c7e313;hb=a73a88280681acdab047bd11a9ba77d97d6a0b72;hp=3da3031b9e04fe040bb4d20d8635f73048806bf7;hpb=dc5d967ee61046f899b3b49daeb9268c8161844a;p=dwm.git diff --git a/dwm.1 b/dwm.1 index 3da3031..e7f1758 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,33 +77,12 @@ Quit Start .B terminal .TP -.B Mod1-Shift-w -Start -.B web browser -.TP -.B Mod1-Shift-l -Lock -.B screen -.TP -.B Control-[0..n] +.B Mod1-Control-[0..n] Append .B nth tag to current .B window .TP -.B Control-Shift-[0..n] -Replace current -.B window -of -.B nth -tag with current tag. -.B window -.TP -.B Control-Button1 -Zooms the clicked -.B window -to master column -.TP .B Mod1-Button1 Moves current .B window @@ -121,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.