# HG changeset patch
# User Anselm R. Garbe
# Date 1152794002 -7200
# Node ID ceff29af8c7b12237d92433dec7fcfbcdce279ad
# Parent 2a251be59a6baf8e9fef3454cf583e9c81b9d17b
several fixes
diff -r 2a251be59a6b -r ceff29af8c7b dev.c
--- a/dev.c Thu Jul 13 12:35:46 2006 +0200
+++ b/dev.c Thu Jul 13 14:33:22 2006 +0200
@@ -26,7 +26,7 @@
{ Mod1Mask, XK_k, sel, "prev" },
{ Mod1Mask, XK_j, sel, "next" },
{ Mod1Mask, XK_t, tiling, NULL },
- { Mod1Mask, XK_f, tiling, NULL },
+ { Mod1Mask, XK_f, floating, NULL },
{ Mod1Mask, XK_m, max, NULL },
{ Mod1Mask | ShiftMask, XK_c, ckill, NULL },
{ Mod1Mask | ShiftMask, XK_q, quit, NULL },
diff -r 2a251be59a6b -r ceff29af8c7b dwm.html
--- a/dwm.html Thu Jul 13 12:35:46 2006 +0200
+++ b/dwm.html Thu Jul 13 14:33:22 2006 +0200
@@ -28,9 +28,9 @@
and all this hype about remote control through a 9P service, I only
want to manage my windows in a simple, but dynamic way. wmii never got
finished because I listened to users, who proposed arbitrary ideas I
- considered useful. This resulted in an extreme CADT model
- of developmentwhich was basically my mistake. Thus the philosophy of
- dwm is to fit my needs. That's it.
+ considered useful. This resulted in an extreme CADT
+ development model, which was a mistake. Thus the philosophy of
+ dwm is simply to fit my needs (maybe yours as well). That's it.
Differences to wmii