tconfig.h: update path to bookmarks - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 773a48c39d58cf6bad1ac72073d96616dce1ebef
DIR parent cabe79ee3d5252abcd80bf978a3a7363bcd109f4
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 11 Feb 2024 09:32:10 +0100
config.h: update path to bookmarks
Diffstat:
M config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/config.h b/config.h
t@@ -120,7 +120,7 @@ static const char *weathercmd[] = {"weather", NULL};
static const char *memeselectcmd[] = {"tardis", "-c", NULL};
static const char *contactscmd[] = {"contacts", NULL};
-static const char *browsercmd[] = {BROWSER, HOME "/doc/bookmark.html", NULL};
+static const char *browsercmd[] = {BROWSER, HOME "/doc/pages/bookmark.html", NULL};
static const char *journalcmd[] = TERMCMD("tmux-journal.sh");
static const char *topcmd[] = TERMCMD("htop", "-C");
static const char *mailcmd[] = DUPLEXCMD("mutt");