From 2b48de6da82fcaf0584b04f48385a9ec0995e257 Mon Sep 17 00:00:00 2001 From: krolxon Date: Thu, 3 Oct 2024 22:32:16 +0530 Subject: switch to brave --- config.h | 4 ++-- dwm | Bin 76960 -> 76960 bytes 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 00cb210..a08325c 100755 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* Constants */ -#define BROWSER "librewolf" +#define BROWSER "brave" #define TERMINAL "run_alacritty" /* appearance */ @@ -25,7 +25,7 @@ static char *colors[][3] = { [SchemeSel] = { selfgcolor, selbgcolor, selbordercolor }, }; /* tagging */ -//static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +/*static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };*/ static const char *tags[] = { " ", " ", " ", " ", " ", " ", " ", " ", " " }; static const Rule rules[] = { diff --git a/dwm b/dwm index a876482..8ceebfb 100755 Binary files a/dwm and b/dwm differ -- cgit v1.2.3