From 879241c05cbf959304a2dc4f2fabcdcecaea5092 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Mon, 19 Feb 2007 18:33:15 +0100 Subject: replaced togglelayout with setlayout --- config.arg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.arg.h') diff --git a/config.arg.h b/config.arg.h index 0e044bf..423e935 100644 --- a/config.arg.h +++ b/config.arg.h @@ -63,7 +63,7 @@ static Key key[] = { \ { MODKEY|ControlMask|ShiftMask, XK_8, toggletag, { .i = 7 } }, \ { MODKEY|ControlMask|ShiftMask, XK_9, toggletag, { .i = 8 } }, \ { MODKEY|ShiftMask, XK_c, killclient, { 0 } }, \ - { MODKEY, XK_space, togglelayout, { 0 } }, \ + { MODKEY, XK_space, setlayout, { .i = -1 } }, \ { MODKEY|ShiftMask, XK_space, toggleversatile,{ 0 } }, \ { MODKEY, XK_0, view, { .i = -1 } }, \ { MODKEY, XK_1, view, { .i = 0 } }, \ -- cgit v1.2.3