~bt/dwm

0504bfe0c4584443b4657a0451f396cc481bd9ba — Bradley Taunt 10 months ago 2dfcded
Revert to tiling as default, optimize for laptop instead of mini PC
7 files changed, 10 insertions(+), 10 deletions(-)

A .config.def.h.swp
M config.def.h
M config.h
M drw.o -rw-r--r-- => -rwxr-xr-x
M dwm
M dwm.o -rw-r--r-- => -rwxr-xr-x
M util.o -rw-r--r-- => -rwxr-xr-x
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