7 files changed, 4 insertions(+), 2 deletions(-)
D .config.def.h.swp
M config.def.h
M config.h
M drw.o -rwxr-xr-x => -rw-r--r--
M dwm
M dwm.o -rwxr-xr-x => -rw-r--r--
M util.o -rwxr-xr-x => -rw-r--r--
D .config.def.h.swp => .config.def.h.swp +0 -0
M config.def.h => config.def.h +2 -1
@@ 32,6 32,7 @@ static const Rule rules[] = {
{ "qutebrowser", NULL, NULL, 0, 1, 0, -1 },
{ "surf", NULL, NULL, 0, 1, 0, -1 },
{ "st", NULL, NULL, 0, 1, 0, -1 },
+ { "feh", NULL, NULL, 0, 1, 0, -1 },
};
/* layout(s) */
@@ 62,7 63,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[] = { "firefox", NULL };
static const char *lockcmd[] = { "slock", NULL };
static const Key keys[] = {
M config.h => config.h +2 -1
@@ 32,6 32,7 @@ static const Rule rules[] = {
{ "qutebrowser", NULL, NULL, 0, 1, 0, -1 },
{ "surf", NULL, NULL, 0, 1, 0, -1 },
{ "st", NULL, NULL, 0, 1, 0, -1 },
+ { "feh", NULL, NULL, 0, 1, 0, -1 },
};
/* layout(s) */
@@ 62,7 63,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[] = { "firefox", NULL };
static const char *lockcmd[] = { "slock", NULL };
static const Key keys[] = {
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