aboutsummaryrefslogtreecommitdiff
path: root/dwm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dwm/config.def.h2
-rw-r--r--dwm/config.h2
2 files changed, 2 insertions, 2 deletions
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",