~bt/dwmo

693d176652841167ea2ecc83c906030c9cf4c468 — Bradley Taunt 6 months ago f727d10
Use seamonkey as default instead of Firefox for performance boosts
6 files changed, 4 insertions(+), 4 deletions(-)

M config.def.h
M config.h
M drw.o
M dwm
M dwm.o
M util.o
M config.def.h => config.def.h +2 -2
@@ 32,7 32,7 @@ static const Rule rules[] = {
	 */
	/* class          instance    title       tags mask     iscentered   isfloating   monitor */
	{ "Gimp",         NULL,       NULL,       0,            0,           1,           -1 },
	{ "Firefox",      NULL,       NULL,       0,            1,           0,           -1 },
	{ "seamonkey",    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 },


@@ 67,7 67,7 @@ static const Layout layouts[] = {
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
static const char *termcmd[]  = { "st", NULL };
static const char *webcmd[]  = { "qutebrowser", NULL };
static const char *webcmd[]  = { "seamonkey", NULL };
static const char *lockcmd[] = { "slock", NULL };
static const char *brupcmd[] = { "doas", "light", "-A", "10", NULL };
static const char *brdowncmd[] = { "doas", "light", "-U", "10", NULL };

M config.h => config.h +2 -2
@@ 32,7 32,7 @@ static const Rule rules[] = {
	 */
	/* class          instance    title       tags mask     iscentered   isfloating   monitor */
	{ "Gimp",         NULL,       NULL,       0,            0,           1,           -1 },
	{ "Firefox",      NULL,       NULL,       0,            1,           0,           -1 },
	{ "seamonkey",    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 },


@@ 67,7 67,7 @@ static const Layout layouts[] = {
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
static const char *termcmd[]  = { "st", NULL };
static const char *webcmd[]  = { "qutebrowser", NULL };
static const char *webcmd[]  = { "seamonkey", NULL };
static const char *lockcmd[] = { "slock", NULL };
static const char *brupcmd[] = { "doas", "light", "-A", "10", NULL };
static const char *brdowncmd[] = { "doas", "light", "-U", "10", NULL };

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