From 4a498a4c60bbc7fe5bcb0427e64a883e458d714b Mon Sep 17 00:00:00 2001 From: jasper Date: Sun, 27 May 2007 09:23:12 +0000 Subject: full screen sized windows ok matthieu@ --- conf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf.c') diff --git a/conf.c b/conf.c index 153e894..a586df5 100644 --- a/conf.c +++ b/conf.c @@ -229,6 +229,8 @@ conf_setup(struct conf *c) XK_Right, Mod1Mask, 0, 0); conf_bindkey(c, kbfunc_client_prevgroup, XK_Left, Mod1Mask, 0, 0); + conf_bindkey(c, kbfunc_client_maximize, + XK_f, ControlMask|Mod1Mask, KBFLAG_NEEDCLIENT, 0); conf_bindkey(c, kbfunc_client_vmaximize, XK_equal, ControlMask|Mod1Mask, KBFLAG_NEEDCLIENT, 0); } @@ -410,7 +412,7 @@ conf_parsekeys(struct conf *c, char *filename) substring = strchr(ent->d_name, '-') + 1; - // if there is no '-' in name, continue as is + /* If there is no '-' in name, continue as is */ if (strchr(ent->d_name, '-') == NULL) substring = ent->d_name; -- cgit 1.4.1