wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 4a031f30947fe88f7d08c7927cee75d41430fc38
parent a46776cddc1e3749cb5b4411bf3b556ad4af72f1
Author: garbeam <garbeam@mmv.wmii.de>
Date:   Mon, 12 Dec 2005 16:24:38 +0200

removed urxvt, fixed compiler warning in layout_float.c


Diffstat:
cmd/wm/layout_float.c | 3---
rc/wmiirc | 2+-
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/cmd/wm/layout_float.c b/cmd/wm/layout_float.c @@ -54,17 +54,14 @@ static void init_float(Area *a) static void iter_detach_float(void *client, void *area) { Area *a = area; - fprintf(stderr, "layout_float: detach_float(0x%x)\n", client); detach_float(a, client, a->page != get_sel_page()); } static void deinit_float(Area *a) { - fprintf(stderr, "%s", "layout_float: deinit enter\n"); cext_list_iterate(&a->clients, a, iter_detach_float); free(a->aux); a->aux = nil; - fprintf(stderr, "%s", "layout_float: deinit exit\n"); } static Bool attach_float(Area *a, Client *c) diff --git a/rc/wmiirc b/rc/wmiirc @@ -125,7 +125,7 @@ kbind normal $MODKEY-C-p 'wmiir write /menu/precmd extern; wmiir write /menu/loo kbind normal $MODKEY-C-c 'wmiir write /wm/ctl close' kbind normal $MODKEY-C-q,y quit kbind normal $MODKEY-C-w,y wmiirc -kbind normal $MODKEY-t 'extern urxvt ''+sb'' -bg ''#000000'' -fg ''#ffffff'' -cr ''#ffffff'' -sl 4000 -fn -artwiz-smoothansi-*-*-*-*-*-*-*-*-*-*-*-*' +kbind normal $MODKEY-t 'extern xterm ''+sb'' -bg ''#000000'' -fg ''#ffffff'' -cr ''#ffffff'' -sl 4000 -fn -artwiz-smoothansi-*-*-*-*-*-*-*-*-*-*-*-*' kbind normal $MODKEY-d 'wmiir write /wm/ctl detach' kbind normal $MODKEY-a 'wmiir write /wm/ctl attach' kbind normal $MODKEY-S-a 'wmiir write /wm/ctl ''detached clients'''