diff options
| author | Anselm R. Garbe <arg@suckless.org> | 2007-02-22 17:43:41 +0100 | 
|---|---|---|
| committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-22 17:43:41 +0100 | 
| commit | 587100873a66e34251041678504a8c1e28410591 (patch) | |
| tree | 2ea60a457951a9f21be2deaf0b29244d4cc7c5a9 /config.arg.h | |
| parent | 27b0595af72060d7cc406639b6c53a854f0a3590 (diff) | |
| download | dwm-587100873a66e34251041678504a8c1e28410591.tar.gz | |
renamed versatile into untiled
Diffstat (limited to 'config.arg.h')
| -rw-r--r-- | config.arg.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/config.arg.h b/config.arg.h index 0740e00..72a74bf 100644 --- a/config.arg.h +++ b/config.arg.h @@ -18,7 +18,7 @@  const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };  #define RULES \  static Rule rule[] = { \ -	/* class:instance:title regex	tags regex	isversatile */ \ +	/* class:instance:title regex	tags regex	isuntiled */ \  	{ "Firefox",			"3",		False }, \  	{ "Gimp",			NULL,		True }, \  	{ "MPlayer",			NULL,		True }, \ @@ -30,11 +30,11 @@ static Rule rule[] = { \  static Layout layout[] = { \  	/* symbol		function */ \  	{ "[]=",		tile }, /* first entry is default */ \ -	{ "><>",		versatile }, \ +	{ "><>",		untile }, \  };  #define MASTERWIDTH		600		/* master width per thousand */  #define NMASTER			1		/* clients in master area */ -#define SNAP			40		/* versatile snap pixel */ +#define SNAP			40		/* untiled snap pixel */  /* key definitions */  #define MODKEY			Mod1Mask @@ -56,7 +56,7 @@ static Key key[] = { \  	{ MODKEY,			XK_k,		focusclient,	"-1" }, \  	{ MODKEY,			XK_m,		togglemax,	NULL }, \  	{ MODKEY,			XK_Return,	zoom,		NULL }, \ -	{ MODKEY|ShiftMask,		XK_space,	toggleversatile,NULL }, \ +	{ MODKEY|ShiftMask,		XK_space,	toggletiled,	NULL }, \  	{ MODKEY|ShiftMask,		XK_c,		killclient,	NULL }, \  	{ MODKEY,			XK_0,		view,		NULL }, \  	{ MODKEY,			XK_1,		view,		"0" }, \ | 
