Commit: e55f4cc8a64a35d9ed7d2ece2ff62a036513b880 Parent: 280e98331fe06c4d3407eef694b23c38c873b52e Author: Johannes Thyssen Tishman Date: Tue, 9 Apr 2024 12:04:30 +0000 Change browser to vimb (again) Diffstat: M config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.h b/config.h @@ -25,7 +25,7 @@ static const char *colors[][3] = { /* rules */ static const Rule rules[] = { /* class instance title tags flt mon */ - { "firefox", NULL, NULL, 1 << 4, 0, -1 }, + { "Vimb", NULL, NULL, 1 << 4, 0, -1 }, }; /* programs and scripts */ @@ -33,7 +33,7 @@ static const char *termcmd[] = {"xterm", NULL}; static const char *passtype[] = {"passtype", "--pass", NULL}; static const char *twofatype[] = {"passtype", "--2fa", NULL}; static const char *dmenucmd[] = {"dmenu_run", "-p", ">_", NULL}; -static const char *browser[] = {"fore", "-g", "firefox", NULL}; +static const char *browser[] = {"fore", "-g", "vimb", NULL}; static const char *powerctl[] = {"powerctl", NULL}; static const char *bookmarks[] = {"bookmarks", NULL};