diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-22 09:25:45 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-22 09:25:45 +0900 |
| commit | 0962492de2efbb592bf9b19acb2fabeabb47c71e (patch) | |
| tree | 38d0f2ea09840a7357943a28bb7e5cb8064acc87 | |
| parent | 8e84df5c9ff35cf5f8f7090ebdf6488776b82e51 (diff) | |
modified dwm/config.def.h
| -rw-r--r-- | dwm/config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h index b13685f..5e7f6a4 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -3,8 +3,8 @@ /* constants */ #define TERMINAL "st" #define TERMCLASS "St" -#define BROWSER "qutebrowser" -#define BROWSERCLASS "Qutebrowser" +#define BROWSER "firefox" +#define BROWSERCLASS "Firefox" #define GAP 8 #define PADDING 0 |
