some other changes, switching handleinc off and using urxvt

This commit is contained in:
garbeam 2005-12-11 19:28:40 +02:00
parent a2a98ce858
commit 753daa7b21
2 changed files with 4 additions and 5 deletions

View File

@ -265,6 +265,7 @@ static void drop_moving(Frame *f, XRectangle *new, XPoint *pt)
{
cext_detach_item(&src->frames, f);
cext_attach_item(&tgt->frames, f);
f->aux = tgt;
tgt->refresh = src->refresh = True;
cext_stack_top_item(&acme->columns, tgt);
iter_arrange_column(tgt, f->area);

View File

@ -98,11 +98,9 @@ wmir write /bar/ctl 'display 1'
# WMIIWM CONFIGURATION
# default layout (column, float):
wmir write /wm/default/layout column
wmir write /wm/default/font $FONT
wmir write /wm/default/transcolor $SEL_BORDER_COLOR
wmir write /wm/default/handleinc 1
wmir write /wm/default/handleinc 0
wmir write /wm/default/border 1
wmir write /wm/event/clientupdate \
@ -127,11 +125,11 @@ kbind normal $MODKEY-C-p 'wmir write /menu/precmd extern; wmir write /menu/looku
kbind normal $MODKEY-C-c 'wmir write /wm/ctl close'
kbind normal $MODKEY-C-q,y quit
kbind normal $MODKEY-C-w,y wmirc
kbind normal $MODKEY-t 'extern xterm ''+sb'' -bg ''#000000'' -fg ''#ffffff'' -cr ''#ffffff'' -sl 4000 -fn -artwiz-smoothansi-*-*-*-*-*-*-*-*-*-*-*-*'
kbind normal $MODKEY-t 'extern urxvt ''+sb'' -bg ''#000000'' -fg ''#ffffff'' -cr ''#ffffff'' -sl 4000 -fn -artwiz-smoothansi-*-*-*-*-*-*-*-*-*-*-*-*'
kbind normal $MODKEY-d 'wmir write /wm/ctl detach'
kbind normal $MODKEY-a 'wmir write /wm/ctl attach'
kbind normal $MODKEY-S-a 'wmir write /wm/ctl ''detached clients'''
kbind normal $MODKEY-S-c 'wmir write /wm/sel/layout/sel/name column'
kbind normal $MODKEY-S-c 'wmir write /wm/sel/layout/sel/geometry 0,0,east,south-20; wmir write /wm/sel/layout/sel/name column'
kbind normal $MODKEY-S-n 'wmir write /wm/sel/layout/sel/ctl new'
kbind normal $MODKEY-S-d 'wmir write /wm/sel/layout/sel/ctl destroy'
kbind normal $MODKEY-S-f 'wmir write /wm/sel/layout/sel/name float'