dwm

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

commit 52cb2637e367bd33585c3688208135d2309f0433
parent e96d989797c0e994e07fe1c3b6e33dad5a5e179e
Author: Cem Keylan <cem@ckyln.com>
Date:   Mon, 28 Oct 2019 21:39:53 +0300

commented out surfcmd

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

diff --git a/config.h b/config.h @@ -83,7 +83,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, static const char *termcmd[] = { "st", NULL }; static const char *docs[] = { "readthedocs", NULL }; static const char *browcmd[] = { "sh", "-c", "$BROWSER", NULL }; -static const char *surfcmd[] = { "tabbed", "-c", "surf", "-e", 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 }; static const char *nightdis[] = { "nightmodetoggle", "disable", NULL };