summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-05-26 22:21:45 -0500
committerGitHub <noreply@github.com>2022-05-26 22:21:45 -0500
commit7df5d62f0ca7c255e02456e8b42cef7de9877a95 (patch)
tree5b6607d3de8bac699d3e59b896138d6bd9c7af98 /config.h
parent4e94136dbf18476c3a464796ea720cbd68f22c07 (diff)
update scripts
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 9a16f25..804f213 100644
--- a/config.h
+++ b/config.h
@@ -60,7 +60,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
-static const char *dmenupmcmd[] = { "sh", "/home/ozpv/.config/dwm/powermenu.sh", NULL };
+static const char *dmenupmcmd[] = { "powermenu", NULL };
static const char *dmenunmcmd[] = { "networkmanager_dmenu", NULL };
static const char *termcmd[] = { "st", NULL };
static const char *browsercmd[] = { "firefox", NULL };