Mercurial > hg > index.fcgi > dwm > dwm-3.6.1-12pba
comparison config.h @ 7:162accc5d36d
remove cascade layout
author | paulo@thepaulopc |
---|---|
date | Tue, 14 Jun 2011 00:03:39 -0700 |
parents | 0968b3739b8d |
children | e749c30135e9 |
comparison
equal
deleted
inserted
replaced
4:5f0cd6e7e393 | 5:66ad98a61e72 |
---|---|
38 { "&", spiral_h }, \ | 38 { "&", spiral_h }, \ |
39 { "X", monocle }, \ | 39 { "X", monocle }, \ |
40 { "#", grid }, \ | 40 { "#", grid }, \ |
41 { "U", bstack }, \ | 41 { "U", bstack }, \ |
42 { "!", tile }, \ | 42 { "!", tile }, \ |
43 /*{ "\\", cascade },*/ \ | |
44 /* first entry is default */ \ | 43 /* first entry is default */ \ |
45 }; | 44 }; |
46 #define MASTER 650 /* per thousand */ | 45 #define MASTER 650 /* per thousand */ |
47 #define NMASTER 1 /* clients in master area */ | 46 #define NMASTER 1 /* clients in master area */ |
48 | 47 |