From ce9e4453d2ed41c27c72c0a51948995f3f122fcd Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Mon, 18 Aug 2025 20:03:05 +0100 Subject: move functions from search.c and togglemouse.c into dwm.c --- config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 3683ca1..db062b6 100644 --- a/config.h +++ b/config.h @@ -2,7 +2,7 @@ /* Constants */ #define TERMINAL "st" -#define BROWSER "firefox" +#define BROWSER "chromium" /* appearance */ static const unsigned int borderpx = 3; /* border pixel of windows */ @@ -74,8 +74,6 @@ static const Layout layouts[] = { /* commands */ static const char *termcmd[] = { TERMINAL, NULL }; -#include "search.c" -#include "togglemouse.c" #include static const Key keys[] = { /* modifier key function argument */ -- cgit v1.2.3