diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2016-12-07 17:08:55 +0100 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2016-12-07 17:08:55 +0100 |
commit | 309cbf2b363ed530d20f686b4bc5a9e8e576cab9 (patch) | |
tree | 21ce9a7931d2890ab94a00de660365e8af73be53 | |
parent | 64ec367cc0f080c26be3b6592d9ca7ab6b0c439b (diff) |
Updated documentation
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | dwm.1 | 56 |
2 files changed, 17 insertions, 41 deletions
@@ -11,3 +11,5 @@ This dwm version has a few patches applied to it: The patch files are here only for reference, I patched dwm.c manually after the first patch. I also put in a boolean in config.h for choosing whether the client title is displayed in the status bar. The included status bar script is based on [w0ng's](https://github.com/w0ng/bin/blob/master/dwm-statusbar) and relies on a [custom font](https://github.com/epedroni/dvicons). + +Update 07.12.2016: added productivity lock; press XF86_Find to lock the interface for 15 minutes. While locked, no tag operations are allowed. There is no way to suspend the lock besides closing dwm, so use with care! @@ -48,25 +48,11 @@ prints version information to standard output, then exits. is read and displayed in the status text area. It can be set with the .BR xsetroot (1) command. -.TP -.B Button1 -click on a tag label to display all windows with that tag, click on the layout -label toggles between tiled and floating layout, click on a window name in the -tab bar brings focus to that window. -.TP -.B Button3 -click on a tag label adds/removes all windows with that tag to/from the view. -.TP -.B Mod1\-Button1 -click on a tag label applies that tag to the focused window. -.TP -.B Mod1\-Button3 -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 uxterm (1). +.BR xterm (1). .TP .B Mod1\-, Focus previous screen, if any. @@ -80,52 +66,43 @@ Send focused window to previous screen, if any. .B Mod1\-Shift\-. Send focused window to next screen, if any. .TP -.B Mod1\-b -Toggles bar on and off. -.TP -.B Mod1\-t +.B Mod1\-e Sets tiled layout. .TP .B Mod1\-f Sets floating layout. .TP -.B Mod1\-m +.B Mod1\-w Sets monocle layout. .TP -.B Mod1\-space +.B Mod1\-Space Toggles between current and previous layout. .TP -.B Mod1\-j +.B Mod1\-Right Focus next window. .TP -.B Mod1\-k +.B Mod1\-Left Focus previous window. .TP -.B Mod1\-i +.B Mod1\-Up Increase clients in master area. .TP -.B Mod1\-d +.B Mod1\-Down Decrease clients in master area. .TP -.B Mod1\-l +.B Mod1\-Shift-Right Increase master area size. .TP -.B Mod1\-h +.B Mod1\-Shift-Left Decrease master area size. .TP -.B Mod1\-w -Cycle over the tab bar display modes: never displayed, always displayed, -displayed only in monocle mode when the view contains than one window (auto -mode). Some display modes can be disabled in the configuration, config.h. In -the default configuration only "never" and "auto" display modes are enabled. -.TP -.B Mod1\-Return +.B Mod1\-Shift-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 +.B Mod1\-Shift\-Space Toggle focused window between tiled and floating state. .TP .B Mod1\-Tab @@ -149,16 +126,13 @@ 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 .B Mod1\-Button1 Move focused window while dragging. Tiled windows will be toggled to the floating state. .TP -.B Mod1\-Button2 -Toggles focused window between floating and tiled state. -.TP .B Mod1\-Button3 Resize focused window while dragging. Tiled windows will be toggled to the floating state. .SH CUSTOMIZATION |