From 322a6aa56daa04e220e2a97d066ad82b397c0dcd Mon Sep 17 00:00:00 2001 From: synt-xerror <169557594+synt-xerror@users.noreply.github.com> Date: Sat, 14 Feb 2026 14:29:44 -0300 Subject: [PATCH] fixing print command name --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 10f22d6..44db296 100644 --- a/config.h +++ b/config.h @@ -69,8 +69,8 @@ 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[] = { "prtcrn", NULL }; -// static const char *printcmd_sel[] = { "prtcrn", "s", NULL }; +static const char *printcmd_a[] = { "prtsrc", NULL }; +// static const char *printcmd_sel[] = { "prtscr", "s", NULL }; static const Key keys[] = { /* modifier key function argument */