mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
taggrid: remove unused configuration options
This commit is contained in:
parent
8ff0adeabd
commit
4c8362b726
@ -330,9 +330,6 @@ static char *tagicons[][NUMTAGS] = {
|
|||||||
|
|
||||||
#if BAR_TAGGRID_PATCH
|
#if BAR_TAGGRID_PATCH
|
||||||
/* grid of tags */
|
/* grid of tags */
|
||||||
#define DRAWCLASSICTAGS 1 << 0
|
|
||||||
#define DRAWTAGGRID 1 << 1
|
|
||||||
|
|
||||||
#define SWITCHTAG_UP 1 << 0
|
#define SWITCHTAG_UP 1 << 0
|
||||||
#define SWITCHTAG_DOWN 1 << 1
|
#define SWITCHTAG_DOWN 1 << 1
|
||||||
#define SWITCHTAG_LEFT 1 << 2
|
#define SWITCHTAG_LEFT 1 << 2
|
||||||
@ -342,7 +339,6 @@ static char *tagicons[][NUMTAGS] = {
|
|||||||
#define SWITCHTAG_VIEW 1 << 6
|
#define SWITCHTAG_VIEW 1 << 6
|
||||||
#define SWITCHTAG_TOGGLEVIEW 1 << 7
|
#define SWITCHTAG_TOGGLEVIEW 1 << 7
|
||||||
|
|
||||||
static const unsigned int drawtagmask = DRAWTAGGRID; /* | DRAWCLASSICTAGS to show classic row of tags */
|
|
||||||
static const int tagrows = 2;
|
static const int tagrows = 2;
|
||||||
#endif // BAR_TAGGRID_PATCH
|
#endif // BAR_TAGGRID_PATCH
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user