diff config.h @ 782:f1e806b34697

created separated floating space; added per space mode Eventually I realized the plans I had for so long.
author markus schnalke <meillo@marmaro.de>
date Mon, 05 Sep 2011 23:05:08 +0200
parents 1ec698ca43c5
children 5fa2cf6026e8
line wrap: on
line diff
--- a/config.h	Mon Sep 05 21:32:16 2011 +0200
+++ b/config.h	Mon Sep 05 23:05:08 2011 +0200
@@ -24,8 +24,9 @@
 static Key key[] = { \
 	/* modifier		key		function	argument */ \
 	{ MODKEY|ShiftMask,	XK_Return,	spawn,		"exec urxvt" }, \
-	{ MODKEY,		XK_F1,		toggleview,		"" }, \
-	{ MODKEY,		XK_F2,		toggleview,		"" }, \
+	{ MODKEY,		XK_F1,		toggleview,	"" }, \
+	{ MODKEY,		XK_F2,		toggleview,	"" }, \
+	{ MODKEY,		XK_F3,		floattoggle,	"" }, \
 	{ MODKEY,		XK_Tab,		focusnext,	"" }, \
 	{ MODKEY,		XK_asciicircum,		spawn, "dmenu_run -fn '"FONT"' "\
 	         "-nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'"  }, \
@@ -38,7 +39,7 @@
 	{ MODKEY|ShiftMask,	XK_space,	togglefloat,	"" }, \
 	{ MODKEY,		XK_plus,	incnmaster,	"" }, \
 	{ MODKEY,		XK_minus,	decnmaster,	"" }, \
-	{ MODKEY,		XK_3,		toggletag,		"" }, \
+	{ MODKEY,		XK_3,		toggletag,	"" }, \
 };
 
 /* Query class:instance:title for regex matching info with following command: