diff options
author | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-14 10:18:24 +0200 |
---|---|---|
committer | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-14 10:18:24 +0200 |
commit | d4b7a9a3735deeab639f28b5bb2f568e0dc49616 (patch) | |
tree | 9cff17d7a5d4fa2fe94b39d0d18d8d72c8429736 /dwm.1 | |
parent | 4d67199a4bb68e5377d2fece62a83fde66c92861 (diff) | |
download | dwm-d4b7a9a3735deeab639f28b5bb2f568e0dc49616.tar.gz |
implemented restack behavior (floats are on top in tiled mode)
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm.1 b/dwm.1 index 38c50b5..9f0705b 100644 --- a/dwm.1 +++ b/dwm.1 @@ -36,11 +36,11 @@ prints version information to standard output, then exits. .B Standard input is read and displayed in the status text area. .TP -.B Button[1,3] +.B Button[1,2] click on a tag label focuses that .B tag. .TP -.B Button2 +.B Button3 click on a tag label toggles that .B tag. .SS Keyboard commands |