Browse Source

last macpro configuration with dwm

main
parent
commit
ff01a94b1b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config.macpro.h

+ 2
- 2
config.macpro.h View File

@ -41,7 +41,7 @@ static const unsigned int alphas[][3] = {
/* tagging */
//static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
static const char *tags[] = { "", "", "" ,"", "", "", "", "", "" };
static const Rule rules[] = {
/* xprop(1):
@ -50,7 +50,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
{ "Brave", NULL, NULL, 0<<1, 0, -1 },
//{ "Brave", NULL, NULL, 0<<1, 0, -1 },
{ "imagej", NULL, NULL, 0, 1, -1 },
{ "eclipse", NULL, NULL, 1<<4, 1, -1 },
{ "Arduino", NULL, NULL, 1<<4, 1, -1 },


Loading…
Cancel
Save