fixing ytcmd

main
TitanE 1 year ago
parent 248bedf3fd
commit 4704d3ea5f

@ -78,7 +78,7 @@ static const char *bmcmd[] = { "bash", "~/docs/sys/gits/scripts-dotfiles/script
static const char *lockcmd[] = { "slock", NULL }; static const char *lockcmd[] = { "slock", NULL };
static const char *powercmd[] = { "bash", "~/docs/sys/gits/scripts-dotfiles/scripts/system/power", 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 *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[] = { static const Key keys[] = {
/* modifier key function argument */ /* modifier key function argument */

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.
Loading…
Cancel
Save