diff --git a/dotfiles/.homepage.html b/dotfiles/.homepage/index.html similarity index 100% rename from dotfiles/.homepage.html rename to dotfiles/.homepage/index.html diff --git a/programs/dwm/config.def.h b/programs/dwm/config.def.h index 3aa9fe3e..5cc4e74a 100644 --- a/programs/dwm/config.def.h +++ b/programs/dwm/config.def.h @@ -70,7 +70,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, NULL }; static const char *termcmd[] = { "tabbed", "-c", "-r", "2", "st", "-w", "''", NULL }; static const char *slockcmd[] = { "slock", NULL }; static const char *screenshotcmd[] = { "scrot", "--select", "--line", "mode=edge", NULL }; -static const char *surfcmd[] = { "tabbed", "-c", "-r", "2", "surf", "-e", "ID", ".homepage.html" }; +static const char *surfcmd[] = { "tabbed", "-c", "-r", "2", "surf", "-e", "ID", ".homepage/index.html" }; static const Key keys[] = { /* Volume keys support */ diff --git a/programs/dwm/config.h b/programs/dwm/config.h index 3aa9fe3e..5cc4e74a 100644 --- a/programs/dwm/config.h +++ b/programs/dwm/config.h @@ -70,7 +70,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, NULL }; static const char *termcmd[] = { "tabbed", "-c", "-r", "2", "st", "-w", "''", NULL }; static const char *slockcmd[] = { "slock", NULL }; static const char *screenshotcmd[] = { "scrot", "--select", "--line", "mode=edge", NULL }; -static const char *surfcmd[] = { "tabbed", "-c", "-r", "2", "surf", "-e", "ID", ".homepage.html" }; +static const char *surfcmd[] = { "tabbed", "-c", "-r", "2", "surf", "-e", "ID", ".homepage/index.html" }; static const Key keys[] = { /* Volume keys support */ diff --git a/programs/dwm/dwm b/programs/dwm/dwm index 7b5af22e..a342a0c5 100755 Binary files a/programs/dwm/dwm and b/programs/dwm/dwm differ