A .config.def.h.swp => .config.def.h.swp +0 -0
M config.def.h => config.def.h +5 -5
@@ 28,10 28,10 @@ static const Rule rules[] = {
*/
/* class instance title tags mask iscentered isfloating monitor */
{ "Gimp", NULL, NULL, 0, 0, 1, -1 },
- { "Firefox", NULL, NULL, 1 << 8, 1, 1, -1 },
- { "qutebrowser", NULL, NULL, 0, 1, 1, -1 },
- { "surf", NULL, NULL, 0, 1, 1, -1 },
- { "st", NULL, NULL, 0, 1, 1, -1 },
+ { "Firefox", NULL, NULL, 0, 1, 0, -1 },
+ { "qutebrowser", NULL, NULL, 0, 1, 0, -1 },
+ { "surf", NULL, NULL, 0, 1, 0, -1 },
+ { "st", NULL, NULL, 0, 1, 0, -1 },
};
/* layout(s) */
@@ 42,8 42,8 @@ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen win
static const Layout layouts[] = {
/* symbol arrange function */
- { "><>", NULL }, /* no layout function means floating behavior */
{ "[]=", tile }, /* first entry is default */
+ { "><>", NULL }, /* no layout function means floating behavior */
{ "[M]", monocle },
};
M config.h => config.h +5 -5
@@ 28,10 28,10 @@ static const Rule rules[] = {
*/
/* class instance title tags mask iscentered isfloating monitor */
{ "Gimp", NULL, NULL, 0, 0, 1, -1 },
- { "Firefox", NULL, NULL, 1 << 8, 1, 1, -1 },
- { "qutebrowser", NULL, NULL, 0, 1, 1, -1 },
- { "surf", NULL, NULL, 0, 1, 1, -1 },
- { "st", NULL, NULL, 0, 1, 1, -1 },
+ { "Firefox", NULL, NULL, 0, 1, 0, -1 },
+ { "qutebrowser", NULL, NULL, 0, 1, 0, -1 },
+ { "surf", NULL, NULL, 0, 1, 0, -1 },
+ { "st", NULL, NULL, 0, 1, 0, -1 },
};
/* layout(s) */
@@ 42,8 42,8 @@ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen win
static const Layout layouts[] = {
/* symbol arrange function */
- { "><>", NULL }, /* no layout function means floating behavior */
{ "[]=", tile }, /* first entry is default */
+ { "><>", NULL }, /* no layout function means floating behavior */
{ "[M]", monocle },
};
M drw.o => drw.o +0 -0
M dwm => dwm +0 -0
M dwm.o => dwm.o +0 -0
M util.o => util.o +0 -0