small fixes

This commit is contained in:
Anselm R. Garbe 2006-03-04 09:29:20 +01:00
parent 9c61ccf97e
commit 5ab0974e4a
2 changed files with 7 additions and 3 deletions

View File

@ -577,7 +577,11 @@ sendtoarea_client(Client *c, char *arg)
if(i == -1)
return;
if(!strncmp(arg, "prev", 5)) {
if(!strncmp(arg, "new", 4)) {
to = alloc_area(t);
arrange_tag(t, True);
}
else if(!strncmp(arg, "prev", 5)) {
if(i == 1)
to = t->area[t->narea - 1];
else

View File

@ -122,9 +122,9 @@ do
$MODKEY-Control-a)
`proglist CONFPREFIX/wmii-3:$HOME/.wmii-3 | wmiimenu` &;;
$MODKEY-t)
extern xterm -rv&;;
extern xterm &;;
$MODKEY-n)
wmiir read /sel/new >/dev/null;;
xwrite /sel/sel/sel/ctl sendtoarea new;;
$MODKEY-Shift-m)
xwrite /sel/sel/mode max;;
$MODKEY-Shift-s)