diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2022-05-26 22:21:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-26 22:21:45 -0500 |
| commit | 7df5d62f0ca7c255e02456e8b42cef7de9877a95 (patch) | |
| tree | 5b6607d3de8bac699d3e59b896138d6bd9c7af98 /config.h | |
| parent | 4e94136dbf18476c3a464796ea720cbd68f22c07 (diff) | |
update scripts
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }; |
