From 2e1ac9cd3542b8ac75fb169c8888577ee0a36f1d Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 3 Sep 2025 00:26:14 +0200 Subject: feat: switch back to firefox --- dwm/config.def.h | 2 +- dwm/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dwm') diff --git a/dwm/config.def.h b/dwm/config.def.h index f584206..9f7e967 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -81,7 +81,7 @@ static const char *dmenucmd[] = { static const char *termcmd[] = {"st", NULL}; static const char *prtscrcmd[] = {"flameshot", "gui", NULL}; static const char *kblayoutcmd[] = {"setxkbmap", "hu", NULL}; -static const char *firefoxcmd[] = {"zen-browser", NULL}; +static const char *firefoxcmd[] = {"firefox", NULL}; static const char *discordcmd[] = {"discord", NULL}; static const char *adbscreencmd[] = {"screenshot", NULL}; static const char *playpausecmd[] = {"adb", "shell", "input", diff --git a/dwm/config.h b/dwm/config.h index f584206..9f7e967 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -81,7 +81,7 @@ static const char *dmenucmd[] = { static const char *termcmd[] = {"st", NULL}; static const char *prtscrcmd[] = {"flameshot", "gui", NULL}; static const char *kblayoutcmd[] = {"setxkbmap", "hu", NULL}; -static const char *firefoxcmd[] = {"zen-browser", NULL}; +static const char *firefoxcmd[] = {"firefox", NULL}; static const char *discordcmd[] = {"discord", NULL}; static const char *adbscreencmd[] = {"screenshot", NULL}; static const char *playpausecmd[] = {"adb", "shell", "input", -- cgit v1.2.3