diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-10 03:31:14 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-10 03:31:14 +0900 |
| commit | ad1bab25d416bf9e6fe74b89c016006ebd0ea545 (patch) | |
| tree | f286c67a6aa44be8b1199c2bad8f87863e55731e | |
| parent | 7b4b09db1548e6bb6bc60ca64968b24dc2996967 (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 1124102..9c35dca 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -3,8 +3,8 @@ /* constants */ #define TERMINAL "st" #define TERMCLASS "St" -#define BROWSER "firefox" -#define BROWSERCLASS "Firefox" +#define BROWSER "qutebrowser" +#define BROWSERCLASS "Qutebrowser" #define GAP 8 #define PADDING 0 |
