summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-08-18 20:03:05 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-08-18 20:03:05 +0100
commitce9e4453d2ed41c27c72c0a51948995f3f122fcd (patch)
tree19bc4a616cf4f143260bf8d31fbe6574024b8373 /config.h
parent2faa0fa7bfd3379dc7fe6e337688adf08c32c7b7 (diff)
move functions from search.c and togglemouse.c into dwm.c
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 1 insertions, 3 deletions
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 <X11/XF86keysym.h>
static const Key keys[] = {
/* modifier key function argument */