[wiki] [sandbox.suckless.org] new dwm 5.6 release || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Tue, 14 Jul 2009 18:16:03 +0100 (BST)

changeset: 144:ada930912e4a
tag: tip
parent: 143:b2d49869b2fe
parent: 142:c6d298e3657b
user: Anselm R Garbe <anselm_AT_garbe.us>
date: Tue Jul 14 19:15:32 2009 +0100
description:
new dwm 5.6 release


diff -r b2d49869b2fe -r ada930912e4a dwm.suckless.org/patches/movestack.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/dwm.suckless.org/patches/movestack.md Tue Jul 14 19:15:32 2009 +0100
_AT_@ -0,0 +1,32 @@
+# MOVESTACK
+
+## Description
+
+This plugin allows you to move clients around in the stack and swap them with
+the master. It emulates the behavior off mod+shift+j and mod+shift+k in Xmonad.
+movestack(+1) will swap the client with the current focus with the next client.
+movestack(-1) will swap the client with the current focus with the previous client.
+
+## Usage
+
+ 1. Download the patch and apply according to the [general instructions](.).
+ 2. Include the `movestack.c` source file and add keys that call movestack.
+ Example from `config.default.h`:
+
+ #include "movestack.c"
+ static Key keys[] = {
+ /* modifier key function argument */
+ ...
+ { MODKEY|ShiftMask, XK_j, movestack, {.i = +1 } },
+ { MODKEY|ShiftMask, XK_k, movestack, {.i = -1 } },
+ ...
+
+## Download
+
+ * [dwm-5.2-movestack.diff][1] (1.9k) (20081003)
+
+## Author
+
+ * Niki Yoshiuchi - <aplusbi_AT_gmail.com>
+
+[1]: http://www.aplusbi.com/dwm/dwm-5.2-movestack.diff
diff -r b2d49869b2fe -r ada930912e4a wmii.suckless.org/index.md
--- a/wmii.suckless.org/index.md Tue Jul 14 19:15:05 2009 +0100
+++ b/wmii.suckless.org/index.md Tue Jul 14 19:15:32 2009 +0100
_AT_@ -18,7 +18,7 @@
 -----
 
 * Latest release: [wmii-3.6](http://code.suckless.org/dl/wmii/wmii-3.6.tar.gz) (Note that it requires [dmenu](http://tools.suckless.org/dmenu) and [libixp-0.4](/libs/libixp.html), [p9p](http://plan9.us/) recommended)
-* Latest snapshot: [wmii+ixp-20090512](http://code.suckless.org/dl/wmii/wmii+ixp-20090512.tgz)
+* Latest snapshot: [wmii+ixp-20090703](http://code.suckless.org/dl/wmii/wmii+ixp-snap20090703.tgz)
 * Latest devel tip: <code>hg clone [http://code.suckless.org/hg/wmii](http://code.suckless.org/hg/wmii)</code>
 * Bugs: [Google Code issue tracker](http://code.google.com/p/wmii/issues)
 * Mailing List: `dev+subscribe_AT_suckless.org` ([Archives](http://lists.suckless.org/dev/)) ([Old Archives](http://lists.suckless.org/wmii/)) (see [community](http://suckless.org/common/community/) for details)
Received on Tue Jul 14 2009 - 19:16:03 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:30:41 CEST