mirror of
https://github.com/0intro/wmii
synced 2025-01-22 10:02:23 +03:00
small fixes
This commit is contained in:
parent
9c61ccf97e
commit
5ab0974e4a
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user