diff options
author | 2005-08-12 15:36:22 +0000 | |
---|---|---|
committer | 2005-08-12 15:36:22 +0000 | |
commit | ddc55ba81b9b178684eb78da2da58e9f17cf25f6 (patch) | |
tree | 3bb83bb3626d1985195cc707d2359885657f30d9 /x11-wm/wmii/files | |
parent | Stable on sparc (diff) | |
download | historical-ddc55ba81b9b178684eb78da2da58e9f17cf25f6.tar.gz historical-ddc55ba81b9b178684eb78da2da58e9f17cf25f6.tar.bz2 historical-ddc55ba81b9b178684eb78da2da58e9f17cf25f6.zip |
Version bump.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-wm/wmii/files')
-rw-r--r-- | x11-wm/wmii/files/digest-wmii-2 | 1 | ||||
-rw-r--r-- | x11-wm/wmii/files/wmii-2_050802.patch | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/x11-wm/wmii/files/digest-wmii-2 b/x11-wm/wmii/files/digest-wmii-2 new file mode 100644 index 000000000000..84bb2b3f6c1f --- /dev/null +++ b/x11-wm/wmii/files/digest-wmii-2 @@ -0,0 +1 @@ +MD5 de5e7838d76c4d52d49a223c6ecf4243 wmii-2.tar.bz2 67004 diff --git a/x11-wm/wmii/files/wmii-2_050802.patch b/x11-wm/wmii/files/wmii-2_050802.patch new file mode 100644 index 000000000000..fc030168a162 --- /dev/null +++ b/x11-wm/wmii/files/wmii-2_050802.patch @@ -0,0 +1,24 @@ +diff -ur wmii-2-old/doc/welcome.txt wmii-2/doc/welcome.txt +--- wmii-2-old/doc/welcome.txt 2005-08-02 19:45:34.713531024 +0200 ++++ wmii-2/doc/welcome.txt 2005-08-02 21:41:06.215754752 +0200 +@@ -27,7 +27,7 @@ + + 4. Create a new page with ctrl+mod1+y (pnew) and apply float layout to + it with mod1+shift+f (lfloat). +- To return to this page again, you can press ctrl+mod1+l (pnext). ++ To return to this page again, you can press mod1+h (pprev). + + 5. Experiment with your mouse a bit. Resize this client through clicking + left mouse button on a border and drag, move this client around +diff -ur wmii-2-old/rc/keys wmii-2/rc/keys +--- wmii-2-old/rc/keys 2005-08-02 19:45:34.711531442 +0200 ++++ wmii-2/rc/keys 2005-08-02 19:46:08.264508742 +0200 +@@ -78,7 +78,7 @@ + for i in 1 2 3 4 5 6 7 8 9; do + bind normal "$MODKEY+shift+$i" "wmira p $i" + done +-bind normal "$MODKEY+0" "wmira p 10" ++bind normal "$MODKEY+shift+0" "wmira p 10" + bind normal "$MODKEY+shift+p" "wmira pager" + + # activate normal mode: |