diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-08-18 20:03:05 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-08-18 20:03:05 +0100 |
| commit | ce9e4453d2ed41c27c72c0a51948995f3f122fcd (patch) | |
| tree | 19bc4a616cf4f143260bf8d31fbe6574024b8373 /config.h | |
| parent | 2faa0fa7bfd3379dc7fe6e337688adf08c32c7b7 (diff) | |
move functions from search.c and togglemouse.c into dwm.c
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 */ |
