aboutsummaryrefslogtreecommitdiff
path: root/dwm
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-09-28 11:43:05 +0200
committerpml68 <contact@pml68.me>2024-10-14 00:10:23 +0200
commitc18afc7bfb48352d6783de7f177d0cd1e5c39f7e (patch)
treeeb6ee50a5ff0e941965b774198190670629c2086 /dwm
parentfix(laptop): missing whitespace (diff)
downloadsuckless-setup-c18afc7bfb48352d6783de7f177d0cd1e5c39f7e.tar.gz
feat: switch to zen browser
Diffstat (limited to 'dwm')
-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 a31694d..1bdb869 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -80,7 +80,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[] = {"firefox", NULL};
+static const char *firefoxcmd[] = {"zen-browser", 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 a31694d..1bdb869 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -80,7 +80,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[] = {"firefox", NULL};
+static const char *firefoxcmd[] = {"zen-browser", NULL};
static const char *discordcmd[] = {"discord", NULL};
static const char *adbscreencmd[] = {"screenshot", NULL};
static const char *playpausecmd[] = {"adb", "shell", "input",