Skip to content

Commit

Permalink
Set max monitors to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
NlGHT committed Mar 26, 2021
1 parent 077ac30 commit b008ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ static Drw *drw;
static Monitor *mons, *selmon;
static Window root, wmcheckwin;

static int lastchosentag[32];
static int previouschosentag[32];
static int lastchosentag[8];
static int previouschosentag[8];

/* configuration, allows nested code to access above variables */
#include "config.h"
Expand Down

0 comments on commit b008ae3

Please sign in to comment.