dwm

my build of dwm
git clone git://git.ckyln.com/~cem/dwm.git
Log | Files | Refs | README | LICENSE

commit f072ccd2ec9436cbe9fa4f97735cb87183d9fb2e
parent c9e17973a7c6612e2d94a26d8a2888d3df5357f5
Author: Cem Keylan <cem@ckyln.com>
Date:   Wed, 23 Oct 2019 09:21:42 +0300

change browser from the profile/customprofile file

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -82,7 +82,7 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbordercolor, "-sf", selfgcolor, NULL }; static const char *termcmd[] = { "st", NULL }; static const char *docs[] = { "readthedocs", NULL }; -static const char *browcmd[] = { "qutebrowser", NULL }; +static const char *browcmd[] = { "sh", "-c", "$BROWSER", NULL }; static const char *surfcmd[] = { "tabbed", "-c", "surf", "-e", NULL }; static const char *rofiapp[] = { "rofi", "-show", "drun", NULL }; static const char *nighttog[] = { "nightmodetoggle", "click", NULL };