diff --git a/config.h b/config.h index e570109..ca325b6 100644 --- a/config.h +++ b/config.h @@ -78,7 +78,7 @@ static const char *bmcmd[] = { "bash", "~/docs/sys/gits/scripts-dotfiles/script static const char *lockcmd[] = { "slock", NULL }; static const char *powercmd[] = { "bash", "~/docs/sys/gits/scripts-dotfiles/scripts/system/power", NULL }; static const char *screenshotcmd[] = { "flameshot", "gui", NULL }; -static const char *ytcmd[] = { "bash ~/docs/sys/gits/scripts-dotfiles/scripts/yt", "-g", NULL }; +static const char *ytcmd[] = { "bash", "~/docs/sys/gits/scripts-dotfiles/scripts/yt", "-g", NULL }; static const Key keys[] = { /* modifier key function argument */ diff --git a/dwm b/dwm index 33a83e4..8fe34c3 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 04993aa..cd27313 100644 Binary files a/dwm.o and b/dwm.o differ