From 15a012a70e026604d8f2d1523b8dee287dc87776 Mon Sep 17 00:00:00 2001 From: synt-xerror <169557594+synt-xerror@users.noreply.github.com> Date: Sat, 14 Feb 2026 14:33:50 -0300 Subject: [PATCH] fixing print command name (again) --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 44db296..ce3cfe9 100644 --- a/config.h +++ b/config.h @@ -69,7 +69,7 @@ static const char *ledcmd[] = { "led", "toggle", NULL }; static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_black, "-nf", col_gray3, "-sb", col_gray4, "-sf", col_gray4, NULL }; static const char *roficmd[] = { "rofi", "-show", "drun", NULL }; -static const char *printcmd_a[] = { "prtsrc", NULL }; +static const char *printcmd_a[] = { "prtscr", NULL }; // static const char *printcmd_sel[] = { "prtscr", "s", NULL }; static const Key keys[] = {